Skip to content

Commit

Permalink
Update the100 admin and treasury
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksondoherty committed Nov 11, 2024
1 parent a3b9891 commit 1f3d276
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export {
getMintFeeLamports as the100GetMintFeeLamports,
TREASURY_PUBKEY as THE100_TREASURY_PUBKEY,
COL_DATA_PUBKEY,
ADMIN_PUBKEY as THE100_ADMIN_PUBKEY,
} from "../the100/js";
11 changes: 6 additions & 5 deletions the100/js/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { PublicKey, LAMPORTS_PER_SOL } from "@solana/web3.js";

export const THE100_PDA_SEED = "the100-pda";
// TEMP (Hot 2): Change back on final deployment
// export const TREASURY_PUBKEY = new PublicKey(
// "JCXiqb3oL3xPrs9VWbDPcotEN8mEiNNba7E5fWhz6k8R"
// );
export const TREASURY_PUBKEY = new PublicKey("FqAtC5ZXgmp47g3fJncrvUwicbNuNveoUKdbtF6JZSqc");
export const TREASURY_PUBKEY = new PublicKey(
"JCXiqb3oL3xPrs9VWbDPcotEN8mEiNNba7E5fWhz6k8R"
);
export const ADMIN_PUBKEY = new PublicKey(
"GzB6QvdAHnDiks3s4FWUaxfiEDFi3EgD6XXWbhYR1zPP"
);

export const COL_DATA_PUBKEY = new PublicKey("5nsUiCG3YhmMFCUbVNqjccCsdyhrRA9xj3zoQJQCB2zB");

Expand Down

0 comments on commit 1f3d276

Please sign in to comment.