forked from woonetwork/WOOFi_Solana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnchor.toml
45 lines (37 loc) · 1.27 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
[toolchain]
anchor_version = "0.29.0"
solana_version = "1.17.31"
[features]
seeds = false
skip-lint = false
[programs.localnet]
woofi = "HJkRi7zrKsRLXUGhFhehRsoajwqLFuG2ahnup3YLFDrH"
rebate_manager = "Boi3FPi38PXGJigfiuBB5f5xjDRUuL7P3ahsG9M3n89B"
[programs.devnet]
woofi = "HJkRi7zrKsRLXUGhFhehRsoajwqLFuG2ahnup3YLFDrH"
rebate_manager = "Boi3FPi38PXGJigfiuBB5f5xjDRUuL7P3ahsG9M3n89B"
[registry]
url = "https://api.apr.dev"
[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
test_sdk = "yarn run ts-mocha -p sdk/tests/tsconfig.json -t 1000000 sdk/tests/**/*.test.ts"
[test.validator]
url = "https://api.devnet.solana.com"
[[test.validator.clone]]
address = "7UVimffxr9ow1uXYxsr4LHAcV58mLzhmwaeKvJ1pjLiE"
[[test.validator.clone]]
address = "Dpw1EAVrSB1ibxiDQyTAW6Zip3J4Btk2x4SgApQCeFbX"
[[test.validator.clone]]
address = "So11111111111111111111111111111111111111112"
[[test.validator.account]]
address = "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU"
filename = "usdc-mock.json"
# usdc token owner with keypair
[[test.validator.clone]]
address = "C8kqb6a3SAMCkH8cFncUiwCMGjvVkwmunrukyaZhpaKJ"
# usdc token ata account
[[test.validator.clone]]
address = "4nKk6134yRHy6c6L2qR47oUC3tCy6Vu4ryjPv81fpXt3"