forked from Asterizm-Protocol/asterizm-contracts-sol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnchor.toml
40 lines (32 loc) · 1.3 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
[toolchain]
[features]
resolution = true
skip-lint = false
# [programs.localnet]
# asterizm-client = "8Eeaxq2CnzWQDQok1pEhQif5DwXCokTWG3jozJMdD3pD"
# asterizm-initializer = "8tZNYAoFLBxUSa7smKhFgtiiW9yYhiJciiqpzLdeHP5p"
# asterizm-nft-example = "DHHvkhoMmBBBEdyG3iNKdJ3JNCRxcn1Q6CP9ARPpW4pQ"
# asterizm-token-example = "6oD3DHTrKU9YnpVtrvQJc5NPpwB4P9Mj6aUrrorXPeJa"
# asterizm-value-example = "2Cs2sRxnN63eqZq8HxfchtB5uARNkYqZ5EyZZ55S8Y57"
# asterizm_relayer = "AsXCTmPnyFfxYGrymtL4wa56tk2GTBPu2q2nRAktMWyW"
[programs.devnet]
asterizm-client = "As34Rx7ZJKc6JETxaYSZ7fHUkmhhBLhLzjMdTXJTuXDS"
asterizm-initializer = "AsE15Mep8EJundywoGRs2XbKY28HghJ7HZ4b7qN3uiJc"
asterizm-nft-example = "AsGHptNAzEa1UXw4mWRy1WXmBsi11CMaZ2RJ9p6cn1SF"
asterizm-token-example = "AsUG3qmKKMjEYZDCTqo4hJEnLmxGj82SDGiXci1hNFBx"
asterizm-value-example = "AsWKK9AMhadUi2GX7BptSCqyhLJBeCXoKbytoF28AuKR"
asterizm_relayer = "AsXCTmPnyFfxYGrymtL4wa56tk2GTBPu2q2nRAktMWyW"
[registry]
url = "https://api.apr.dev"
[provider]
cluster = "devnet"
wallet = "~/.config/solana/id.json"
[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/*.ts"
[test]
startup_wait = 5000
shutdown_wait = 2000
upgradeable = false
[[test.genesis]]
address = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
program = "tests/programs/metaplex_token_metadata_program.so"