forked from GokiProtocol/goki
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Anchor.toml
31 lines (23 loc) · 801 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
anchor_version = "0.24.2"
solana_version = "1.9.12"
[features]
seeds = true
[registry]
url = "https://anchor.projectserum.com"
[provider]
cluster = "localnet"
wallet = "./tests/test-key.json"
[scripts]
test = "yarn mocha -b"
[programs.mainnet]
smart_wallet = "GokivDYuQXPZCWRkwMhdH2h91KpDQXBEmpgBgs55bnpH"
token_signer = "NFTUJzSHuUCsMMqMRJpB7PmbsaU7Wm51acdPk2FXMLn"
[programs.devnet]
smart_wallet = "GokivDYuQXPZCWRkwMhdH2h91KpDQXBEmpgBgs55bnpH"
token_signer = "NFTUJzSHuUCsMMqMRJpB7PmbsaU7Wm51acdPk2FXMLn"
[programs.testnet]
smart_wallet = "GokivDYuQXPZCWRkwMhdH2h91KpDQXBEmpgBgs55bnpH"
token_signer = "NFTUJzSHuUCsMMqMRJpB7PmbsaU7Wm51acdPk2FXMLn"
[programs.localnet]
smart_wallet = "GokivDYuQXPZCWRkwMhdH2h91KpDQXBEmpgBgs55bnpH"
token_signer = "NFTUJzSHuUCsMMqMRJpB7PmbsaU7Wm51acdPk2FXMLn"