-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnchor.toml
34 lines (25 loc) · 837 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
[programs.localnet]
no_loss_lottery = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
[programs.devnet]
no_loss_lottery = "6aokcsMZ38t6FHLaiyFGdJPceVeqh6FE7Dkc8UWFDQam"
[registry]
url = "https://anchor.projectserum.com"
[provider]
cluster = "devnet"
wallet = "wallet.json"
[test.validator]
url = "https://api.google.devnet.solana.com"
# token-swap
[[test.validator.clone]]
address = "SwaPpA9LAaLfeLi3a68M4DjnLqgtticKg6CnyNwgAC8"
# token-swap data
[[test.validator.clone]]
address = "FV9WWFWYzWHDpAc8oxiFKV1LmFUyWw7HGdo4GK19MiZW"
# metaplex-token-metadata
[[test.validator.clone]]
address = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
# metaplex-token-metadata data
[[test.validator.clone]]
address = "PwDiXFxQsGra4sFFTT8r1QWRMd4vfumiWC1jfWNfdYT"
[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"