-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAnchor.toml
More file actions
29 lines (23 loc) · 829 Bytes
/
Anchor.toml
File metadata and controls
29 lines (23 loc) · 829 Bytes
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
[toolchain]
package_manager = "yarn"
[features]
resolution = true
skip-lint = false
[programs.localnet]
organization = "G3dimoTwD7jYSTh1pjb528jM5BjD5VUwkjywpWqqMDgp"
film = "2YBAqZiFW4ctjvdDGY9NNa954Cf5KJ1oSCmgs2Nt6Mjy"
preservation = "4WJgyjn5qLXPXMp9zpXbYc98gZrBSZdkhqDHQBAZs6JQ"
[programs.devnet]
organization = "G3dimoTwD7jYSTh1pjb528jM5BjD5VUwkjywpWqqMDgp"
film = "2YBAqZiFW4ctjvdDGY9NNa954Cf5KJ1oSCmgs2Nt6Mjy"
preservation = "4WJgyjn5qLXPXMp9zpXbYc98gZrBSZdkhqDHQBAZs6JQ"
[registry]
url = "https://api.apr.dev"
[provider]
cluster = "devnet"
wallet = "~/.config/solana/id.json"
[scripts]
test = "yarn ts-mocha -p ./tsconfig.json -t 1000000 \"tests/**/*.ts\""
create-token = "yarn ts-node scripts/create-token.ts"
init-world = "yarn ts-node scripts/init-world.ts"
init-metadata = "yarn ts-node scripts/init-metadata.ts"