-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnchor.toml
47 lines (38 loc) · 1.56 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[toolchain]
[features]
resolution = true
skip-lint = false
[programs.devnet]
pet_that_dog = "5MAGgYWgNF8KtNegKMhZxNbugrgzkLDUe9Vy2y4STRwX"
[programs.localnet]
pet_that_dog = "5MAGgYWgNF8KtNegKMhZxNbugrgzkLDUe9Vy2y4STRwX"
[programs.mainnet]
pet_that_dog = "5MAGgYWgNF8KtNegKMhZxNbugrgzkLDUe9Vy2y4STRwX"
[registry]
url = "http://localhost:8899"
# url = "https://api.mainnet-beta.solana.com"
# url = "https://api.devnet.solana.com"
[provider]
# cluster = "mainnet"
# cluster = "devnet"
cluster = "localnet"
wallet = "~/.config/solana/id.json"
[scripts]
bonk = "npx ts-mocha -p tsconfig.json -t 1000000 tests/bonk.ts"
gm = "npx ts-mocha -p tsconfig.json -t 1000000 tests/global_max_mainnet.ts"
init_mainnet = "npx ts-mocha -p tsconfig.json -t 1000000 tests/init_mainnet.ts"
max_mainnet = "npx ts-mocha -p tsconfig.json -t 1000000 tests/multi_sig_base_58_scripts/multisig_init_max_mainnet.ts"
p2 = "npx ts-mocha -p tsconfig.json -t 1000000 tests/player2.ts"
p3 = "npx ts-mocha -p tsconfig.json -t 1000000 tests/p3.ts"
pet = "npx ts-mocha -p tsconfig.json -t 1000000 tests/pet.ts"
prime = "npx ts-mocha -p tsconfig.json -t 1000000 tests/pet-that-dog.ts"
query = "npx ts-mocha -p tsconfig.json -t 1000000 tests/query.ts"
test = "NODE_OPTIONS='--no-deprecation' npx ts-mocha -p tsconfig.json -t 1000000 tests/pet-that-dog.ts"
transfer_all = "npx ts-mocha -p tsconfig.json -t 1000000 tests/multi_sig_base_58_scripts/transfer-all.ts"
[test]
startup_wait = 5000
shutdown_wait = 2000
upgradeable = false
[[test.genesis]]
address = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
program = "metadata.so"