-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAnchor.toml
More file actions
43 lines (32 loc) · 985 Bytes
/
Anchor.toml
File metadata and controls
43 lines (32 loc) · 985 Bytes
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
[toolchain]
anchor_version = "0.29.0"
[features]
seeds = false
skip-lint = false
[programs.devnet]
merkle_distributor = "A7rDhNV2tVn5gS7g3yWeZAFpsixKXmRdjqHtLXLnYy41"
staking = "FaX6Aqph9zpER3HQ3LRmp67z6uu1QWH7dK3XgbydAeYV"
[registry]
url = "https://api.apr.dev"
[provider]
cluster = "https://mainnet.helius-rpc.com/?api-key=66e40465-1f5b-4fb0-a84b-2175801a5ac4"
wallet = "/Users/mykyta/.config/solana/id.json"
[workspace]
members = ["solana/staking/programs/staking", "solana/merkle-distributor"]
[scripts]
test = "./solana-test.sh"
[test]
startup_wait = 20000
shutdown_wait = 2000
upgradeable = true
[test.validator]
bind_address = "0.0.0.0"
url = "https://api.devnet.solana.com"
ledger = ".anchor/test-ledger"
rpc_port = 8899
[[test.validator.clone]]
address = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
[[test.validator.clone]]
address = "Dpw1EAVrSB1ibxiDQyTAW6Zip3J4Btk2x4SgApQCeFbX"
[[test.validator.clone]]
address = "7UVimffxr9ow1uXYxsr4LHAcV58mLzhmwaeKvJ1pjLiE"