-
Notifications
You must be signed in to change notification settings - Fork 0
/
Anchor.toml
50 lines (40 loc) · 1.32 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
[toolchain]
[features]
seeds = false
skip-lint = false
[programs.localnet]
convert = "CNVRTNSn2fcmaVKRYRyXHFQaASXXDf1kvewfqTotve9c"
[programs.devnet]
convert = "CNVRTNSn2fcmaVKRYRyXHFQaASXXDf1kvewfqTotve9c"
[programs.mainnet]
convert = "CNVRTNSn2fcmaVKRYRyXHFQaASXXDf1kvewfqTotve9c"
[registry]
url = "https://api.apr.dev"
[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"
[[test.validator.clone]]
# Metaplex CORE
address = "CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d"
[[test.validator.clone]]
# Nifty Asset
address = "AssetGtQBTSgm5s91d1RAQod5JmaZiJDxqsgtqrZud73"
[test]
upgradeable = true
[provider]
# cluster = "Localnet"
# wallet = "/Users/joefitter/.config/solana/id.json"
# cluster = "Devnet"
# wallet = "/Users/joefitter/.config/solana/launchpad-wallets/xlaunchpad.json"
cluster = "https://rpc.helius.xyz/?api-key=d8bb99b6-342b-40d8-9d9f-731827589922"
wallet = "/Users/joefitter/.config/solana/launchpad-wallets/xlaunchpad.json"
[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"