-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnchor.toml
37 lines (26 loc) · 874 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
25
26
27
28
29
30
31
32
33
34
35
36
37
[toolchain]
[features]
seeds = false
skip-lint = false
[programs.localnet]
core_sol_bond_stake_sc = "B1JpBsoEdseekQYhYGcYX847XUhcU1BRLC9hemTxWkgP"
[registry]
url = "https://api.apr.dev"
[provider]
cluster = "mainnet"
wallet = "/Users/XX/Documents/Source/Software/core-sol-bonding-staking-sc/XXX.json"
[scripts]
test = "yarn run ts-mocha --runInBand -p ./tsconfig.json -t 1000000 tests/**/*.ts"
[test.validator]
[[test.genesis]]
address = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
program = "tests/metaplex_token_metadata_program.so"
[[test.genesis]]
address = "BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY"
program = "tests/bubble_gum_program.so"
[[test.genesis]]
address= "noopb9bkMVfRPU8AsbpTUg8AQkHtKwMYZiFUjNRtMmV"
program = "tests/logWrapper.so"
[[test.genesis]]
address= "cmtDvXumGCrqC1Age74AVPhSRVXJMd8PJS91L8KbNCK"
program = "tests/compression.so"