-
Notifications
You must be signed in to change notification settings - Fork 5
/
Anchor.toml
24 lines (20 loc) · 929 Bytes
/
Anchor.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[features]
seeds = false
skip-lint = false
[programs.localnet]
vault_program = "BunKrGBXdGxyTLjvE44eQXDuKY7TyHZfPu9bj2Ugk5j2"
[programs.devnet]
vault_program = "BunKrGBXdGxyTLjvE44eQXDuKY7TyHZfPu9bj2Ugk5j2"
[programs.mainnet]
vault_program = "BunKrGBXdGxyTLjvE44eQXDuKY7TyHZfPu9bj2Ugk5j2"
[registry]
url = "https://api.apr.dev"
[provider]
cluster = "devnet"
wallet = "/Users/orion/Documents/GitHub/vault-program/secret/bunkr_upgrade_authority.json"
[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
close-bunkr = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests-individual/**/close-bunkr.ts"
init-bunkr = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests-individual/**/init-bunkr.ts"
change-root = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests-individual/**/change-root.ts"
confirm-root = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests-individual/**/confirm-root.ts"