-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnchor.toml
39 lines (30 loc) · 907 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
[toolchain]
[features]
seeds = false
skip-lint = false
[programs.localnet]
crow = "Crow6rDB5ZhGGqV2uXAG6Ta7aLvyw22vRNAcxd7mu2sv"
[programs.mainnet]
crow = "Crow6rDB5ZhGGqV2uXAG6Ta7aLvyw22vRNAcxd7mu2sv"
[test.validator]
url = "https://api.devnet.solana.com"
[[test.validator.clone]]
# Token Metadata program
address = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
[[test.validator.clone]]
# Token Auth Rules program
address = "auth9SigNpDKz4sJJ1DfCTuZrZNSAgh9sFD3rboVmgg"
[[test.validator.clone]]
# Metaplex ruleSet
address = "eBJLFYPxJmMGKuFwpDWkzxZeUrad92kZRC5BJLpzyT9"
[registry]
url = "https://api.apr.dev"
[test]
upgradeable = true
[provider]
# cluster = "Localnet"
# wallet = "/Users/joefitter/.config/solana/id.json"
cluster = "Mainnet"
wallet = "/Users/joefitter/.config/solana/launchpad/dandies/holding.json"
[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"