-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnchor.toml
56 lines (41 loc) · 1.28 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
[toolchain]
[features]
seeds = false
skip-lint = false
[programs.localnet]
soga-node-sale = "8bN6BdztrKwNrxqq6BmRjAqM2bQT7wtMvXkY5JuR6sst"
soga-raffle-ticket = "4FrgeLwpX7EUf4nriVP6TvTiCoi4WVUQ7wPVw8hESK7B"
[registry]
url = "https://api.apr.dev"
# [provider]
# cluster = "Localnet"
# wallet = "/Users/bilalafzal/.config/solana/id.json"
[provider]
cluster = "Localnet"
wallet = "/Users/jonasrct/.config/solana/mw/node-sale/devnet/program_authority.json"
[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
[test]
startup_wait = 10000
shutdown_wait = 5000
upgradeable = false
[[test.genesis]]
address = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
program = "./dep/metadata.so"
[[test.genesis]]
address = "rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ"
program = "./dep/pyth_receiver.so"
[[test.genesis]]
address = "pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT"
program = "./dep/pyth_price_feed.so"
[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 = "7UVimffxr9ow1uXYxsr4LHAcV58mLzhmwaeKvJ1pjLiE"
[[test.validator.clone]]
address = "HT2PLQBcG5EiCcNSaMHAjSgd9F98ecpATbk4Sk5oYuM"
[[test.validator.clone]]
address = "Dpw1EAVrSB1ibxiDQyTAW6Zip3J4Btk2x4SgApQCeFbX"