Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metadaoproject/programs",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const LAUNCHPAD_V0_7_MAINNET_METEORA_CONFIG = new PublicKey(
);

export const LAUNCHPAD_V0_8_MAINNET_METEORA_CONFIG = new PublicKey(
"83xS3s3egswDMouWkBwEFNZckAuAYhNrGQxrZKAe8GV",
"GtSwkni3qe1R74RKY1UsukU54zc8G7ZQsvN57DDs1ece",
);

export const METADAO_MULTISIG_VAULT = new PublicKey(
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@
"@jridgewell/sourcemap-codec" "^1.4.10"

"@metadaoproject/programs@./sdk":
version "0.1.0-alpha.1"
version "0.1.0-alpha.2"
dependencies:
"@coral-xyz/anchor" "^0.29.0"
"@noble/hashes" "^1.4.0"
Expand Down
Loading