Skip to content

Commit 3f87b98

Browse files
committed
update:clean up
1 parent 0769f24 commit 3f87b98

File tree

6 files changed

+6
-1831
lines changed

6 files changed

+6
-1831
lines changed

cli/command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function programCommand(name: string) {
4949
return program
5050
.command(name)
5151
.option('-e, --env <string>', 'Solana cluster env name', 'devnet')
52-
.option('-r, --rpc <string>', 'Solana cluster RPC name', 'https://devnet.helius-rpc.com/?api-key=926da061-472b-438a-bbb1-f289333c4126')
52+
.option('-r, --rpc <string>', 'Solana cluster RPC name', 'rpc')
5353
.option('-k, --keypair <string>', 'Solana wallet Keypair Path', '/home/king/contract_test/pump_science/pump-science-contract//pump_fun.json')
5454
}
5555

cli/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import { BN } from "bn.js";
66

77
export const PUMPSCIENCE = new PublicKey("Fmktp2VXcDorWkAyzZAEG5X859mxKMV8XCcayKgZVwBo");
88
export const PROGRAM_ID = 'Eo7WjKq67rjJQSZxS6z3YkapzY3eMj6Xy8X5EQVn5UaB';
9-
export const VAULT_SEED = "vault-authority";
10-
export const GLOBAL_VAULT_SEED = "fee-vault";
9+
export const VAULT_SEED = "";
10+
export const GLOBAL_VAULT_SEED = "";
1111
export const METAPLEX_PROGRAM = new PublicKey('metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s');
1212
export const MIGRATION_VAULT = new PublicKey("3bM4hewuZFZgNXvLWwaktXMa8YHgxsnnhaRfzxJV944P")
1313

0 commit comments

Comments
 (0)