File tree 1 file changed +14
-6
lines changed
1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,18 @@ wallet = "~/.config/solana/id.json"
8
8
[scripts ]
9
9
test = " yarn mocha"
10
10
11
- [[ test . genesis ] ]
12
- address = " GokivDYuQXPZCWRkwMhdH2h91KpDQXBEmpgBgs55bnpH"
13
- program = " ./target/deploy/smart_wallet.so "
11
+ [programs . mainnet ]
12
+ smart_wallet = " GokivDYuQXPZCWRkwMhdH2h91KpDQXBEmpgBgs55bnpH"
13
+ token_signer = " NFTUJzSHuUCsMMqMRJpB7PmbsaU7Wm51acdPk2FXMLn "
14
14
15
- [[test .genesis ]]
16
- address = " NFTUJzSHuUCsMMqMRJpB7PmbsaU7Wm51acdPk2FXMLn"
17
- program = " ./target/deploy/token_signer.so"
15
+ [programs .devnet ]
16
+ smart_wallet = " GokivDYuQXPZCWRkwMhdH2h91KpDQXBEmpgBgs55bnpH"
17
+ token_signer = " NFTUJzSHuUCsMMqMRJpB7PmbsaU7Wm51acdPk2FXMLn"
18
+
19
+ [programs .testnet ]
20
+ smart_wallet = " GokivDYuQXPZCWRkwMhdH2h91KpDQXBEmpgBgs55bnpH"
21
+ token_signer = " NFTUJzSHuUCsMMqMRJpB7PmbsaU7Wm51acdPk2FXMLn"
22
+
23
+ [programs .localnet ]
24
+ smart_wallet = " GokivDYuQXPZCWRkwMhdH2h91KpDQXBEmpgBgs55bnpH"
25
+ token_signer = " NFTUJzSHuUCsMMqMRJpB7PmbsaU7Wm51acdPk2FXMLn"
You can’t perform that action at this time.
0 commit comments