-
Notifications
You must be signed in to change notification settings - Fork 1
/
Anchor.toml
114 lines (91 loc) · 4.02 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[toolchain]
anchor_version = "0.30.1"
solana_version = "1.18.17"
[features]
resolution = true
skip-lint = false
[programs.localnet]
example_queries_solana_verify = "HkDXBFRS9Tv9295d9wEVRL61c1pUXj3WZHiaTNZ9Q7TQ"
[registry]
url = "https://api.apr.dev"
[provider]
cluster = "Localnet"
wallet = "tests/keys/pFCBP4bhqdSsrWUVTgqhPsLrfEdChBK17vgFM7TxjxQ.json"
[scripts]
test = "npx tsc --noEmit && yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/example-queries-solana-verify.ts"
# [test.validator]
# url = "https://api.devnet.solana.com"
# url = "https://api.mainnet-beta.solana.com"
## CORE BRIDGE DEVNET
### Wormhole Core Bridge Program (Devnet)
[[test.genesis]]
address = "Bridge1p5gheXUvJ6jGWGeCsgPKgnE3YgdGKRVCMY9o"
program = "tests/artifacts/devnet_core_bridge.so"
### Wormhole Core Bridge (Devnet) -- Config
[[test.validator.account]]
address = "FKoMTctsC7vJbEqyRiiPskPnuQx2tX1kurmvWByq5uZP"
filename = "tests/accounts/core_bridge_devnet/bridge_config.json"
### Wormhole Core Bridge (Devnet) -- Fee Collector
[[test.validator.account]]
address = "GXBsgBD3LDn3vkRZF6TfY5RqgajVZ4W5bMAdiAaaUARs"
filename = "tests/accounts/core_bridge_devnet/fee_collector.json"
### Wormhole Core Bridge (Devnet) -- Guardian Set 0
[[test.validator.account]]
address = "6MxkvoEwgB9EqQRLNhvYaPGhfcLtBtpBqdQugr3AZUgD"
filename = "tests/accounts/core_bridge_devnet/guardian_set.json"
## CORE BRIDGE TESTNET (Solana devnet)
### Wormhole Core Bridge Program (Testnet)
# [[test.validator.clone]]
# address = "3u8hJUVTA4jH1wYAyUur7FFZVQ8H635K3tSHHF4ssjQ5"
[[test.genesis]]
address = "3u8hJUVTA4jH1wYAyUur7FFZVQ8H635K3tSHHF4ssjQ5"
program = "tests/artifacts/testnet_core_bridge.so"
### Wormhole Core Bridge (Testnet) -- Config
[[test.validator.account]]
address = "6bi4JGDoRwUs9TYBuvoA7dUVyikTJDrJsJU1ew6KVLiu"
filename = "tests/accounts/core_bridge_testnet/config.json"
### Wormhole Core Bridge (Testnet) -- Fee Collector
[[test.validator.account]]
address = "7s3a1ycs16d6SNDumaRtjcoyMaTDZPavzgsmS3uUZYWX"
filename = "tests/accounts/core_bridge_testnet/fee_collector.json"
### Wormhole Core Bridge (Testnet) -- Guardian Set 0
[[test.validator.account]]
address = "dxZtypiKT5D9LYzdPxjvSZER9MgYfeRVU5qpMTMTRs4"
filename = "tests/accounts/core_bridge_testnet/guardian_set_0.json"
## CORE BRIDGE MAINNET
### Wormhole Core Bridge Program (Mainnet)
[[test.genesis]]
address = "worm2ZoG2kUd4vFXhvjh93UUH596ayRfgQ2MgjNMTth"
program = "tests/artifacts/mainnet_core_bridge.so"
### Wormhole Core Bridge (Mainnet) -- Config
[[test.validator.account]]
address = "2yVjuQwpsvdsrywzsJJVs9Ueh4zayyo5DYJbBNc3DDpn"
filename = "tests/accounts/core_bridge_mainnet/config.json"
### Wormhole Core Bridge (Mainnet) -- Fee Collector
[[test.validator.account]]
address = "9bFNrXNb2WTx8fMHXCheaZqkLZ3YCCaiqTftHxeintHy"
filename = "tests/accounts/core_bridge_mainnet/fee_collector.json"
### Wormhole Core Bridge (Mainnet) -- Guardian Set 0
[[test.validator.account]]
address = "DS7qfSAgYsonPpKoAjcGhX9VFjXdGkiHjEDkTidf8H2P"
filename = "tests/accounts/core_bridge_mainnet/guardian_set_0.json"
### Wormhole Core Bridge (Mainnet) -- Guardian Set 1
[[test.validator.account]]
address = "ywSj8KSWAXavP8bCgjCgaLGWt4UBTF4bLBSksTzFJ3B"
filename = "tests/accounts/core_bridge_mainnet/guardian_set_1.json"
### Wormhole Core Bridge (Mainnet) -- Guardian Set 2
[[test.validator.account]]
address = "HwCQDTkvQzjqddy3iZ2FL7bvkeVmC9eHYRkDieRGyMCB"
filename = "tests/accounts/core_bridge_mainnet/guardian_set_2.json"
### Wormhole Core Bridge (Mainnet) -- Guardian Set 3
[[test.validator.account]]
address = "6d3w8mGjJauf6gCAg7WfLezbaPmUHYGuoNutnfYF1RYM"
filename = "tests/accounts/core_bridge_mainnet/guardian_set_3.json"
### Wormhole Core Bridge (Mainnet) -- Guardian Set 4 (current)
[[test.validator.account]]
address = "AFEXK4A1BU7BZfi8niAmker98LH9EARB544wKGPXwMyy"
filename = "tests/accounts/core_bridge_mainnet/guardian_set_4.json"
### Wormhole Core Bridge (Mainnet) -- Guardian Set 5 (mock)
[[test.validator.account]]
address = "6YG3J7PaxyMnnbU67ifyrgF3BzNzc7cD8hPkqK6ATweE"
filename = "tests/accounts/core_bridge_mainnet/guardian_set_5_mock.json"