-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAnchor.toml
66 lines (50 loc) · 1.77 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
anchor_version = "0.30.1"
[features]
seeds = true
[workspace]
members = ["programs/staking"]
[programs.localnet]
staking = "AFuHPdrQGsW8rNQ4oEFF35sm5fg36gwrxyqjkjKvi6ap"
[programs.devnet]
staking = "AFuHPdrQGsW8rNQ4oEFF35sm5fg36gwrxyqjkjKvi6ap"
external_program = "eLUV8cwhgUC2Bcu4UA16uhuMwK8zPkx3XSzt4hd3JJ3"
[registry]
url = "https://anchor.projectserum.com"
[provider]
cluster = "localnet"
wallet = "./app/keypairs/localnet_authority.json"
[scripts]
test = "npx ts-mocha -p ./tsconfig.json -t 1000000 tests/*.ts"
[validator]
ledger_dir = "./.anchor/test-ledger"
[path]
idl_path = "./target/idl/staking.json"
binary_path = "./target/deploy/staking.so"
### Wormhole Core Bridge Guardian Set 0 (devnet)
[guardian_set_0]
address = "dxZtypiKT5D9LYzdPxjvSZER9MgYfeRVU5qpMTMTRs4"
filename = "tests/accounts/guardian_set_0.json"
### Wormhole Core Bridge Program
[core_bridge_program]
address = "3u8hJUVTA4jH1wYAyUur7FFZVQ8H635K3tSHHF4ssjQ5"
program = "tests/artifacts/devnet_core_bridge.so"
### Wormhole Core Bridge Guardian Set 5 (mock)
[guardian_set_5]
address = "7uZXwew7N7oKqNNUmoXWa5GBQPWGHd8vzJVtWivALLAJ"
filename = "tests/accounts/guardian_set_5_mock.json"
### Wormhole Core Bridge -- Config
[config]
address = "2yVjuQwpsvdsrywzsJJVs9Ueh4zayyo5DYJbBNc3DDpn"
filename = "tests/accounts/config.json"
### Wormhole Core Bridge -- Fee Collector
[fee_collector]
address = "9bFNrXNb2WTx8fMHXCheaZqkLZ3YCCaiqTftHxeintHy"
filename = "tests/accounts/fee_collector.json"
### Wormhole Core Bridge -- Guardian Set 1
[guardian_set_1]
address = "DS7qfSAgYsonPpKoAjcGhX9VFjXdGkiHjEDkTidf8H2P"
filename = "tests/accounts/guardian_set_1.json"
### Some external program for executor tests
[external_program]
address = "3Pe7YqWdD9Pj8ejb7ex2j7nuKpPhtGR8yktxQGZ8SgQa"
program = "tests/artifacts/external_program.so"