-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAnchor.toml
More file actions
36 lines (26 loc) · 845 Bytes
/
Anchor.toml
File metadata and controls
36 lines (26 loc) · 845 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
30
31
32
33
34
35
36
anchor_version = "0.22.1"
solana_version = "1.8.16"
[features]
seeds = true
[scripts]
test = "yarn mocha"
[provider]
cluster = "localnet"
wallet = "./tests/test-key.json"
[[test.genesis]]
address = "Govz1VyoyLD5BL6CSCxUJLVLsQHRwjfFj1prNsdNg5Jw"
program = "./artifacts/deploy/govern.so"
[[test.genesis]]
address = "LocktDzaV1W2Bm9DeZeiyz4J9zs4fRqNiYqQyracRXw"
program = "./artifacts/deploy/locked_voter.so"
[[test.genesis]]
address = "GokivDYuQXPZCWRkwMhdH2h91KpDQXBEmpgBgs55bnpH"
program = "./artifacts/deploy/smart_wallet.so"
[programs.localnet]
permalock = "PLKZAXAYmZSfQv61tL2XALX4c14fcEhJj2CJhU1KcKd"
[programs.devnet]
permalock = "PLKZAXAYmZSfQv61tL2XALX4c14fcEhJj2CJhU1KcKd"
[programs.testnet]
permalock = "PLKZAXAYmZSfQv61tL2XALX4c14fcEhJj2CJhU1KcKd"
[programs.mainnet]
permalock = "PLKZAXAYmZSfQv61tL2XALX4c14fcEhJj2CJhU1KcKd"