-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnchor.toml
41 lines (31 loc) · 904 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
38
39
40
[toolchain]
anchor_version = "0.29.0"
[features]
seeds = false
skip-lint = false
[programs.localnet]
solana_proxy = "6sH1YKAatvQqMCQcQoh3feMzXipuaYkHKGeDLUHpatrz"
[registry]
url = "https://api.apr.dev"
[provider]
cluster = "Localnet"
# path to your wallet file
wallet = "/Users/zion/.config/solana/id.json"
[scripts]
test = "npx jest test/anchor"
[test]
startup_wait = 5000
shutdown_wait = 2000
upgradeable = false
[[test.genesis]]
address = "76y77prsiCMvXMjuoZ5VRrhG5qYBrUMYTE5WgHqgjEn6"
program = "test/anchor/bin/endpoint.so"
[[test.genesis]]
# mock uln build on https://github.com/OrderlyNetwork/solana-vault/blob/main/packages/solana/contracts/programs/uln/src/lib.rs
address = "279tDX6wTFgrJaRnGEdjik3NLR8B9AKY1pKVFYcxvw7c"
program = "test/anchor/bin/uln.so"
[test.validator]
bind_address = "127.0.0.1"
url = "https://api.devnet.solana.com"
ledger = ".anchor/test-ledger"
rpc_port = 8899