Make wallet path in Anchor.toml of tic-tac-toe program generic (#49)
This commit is contained in:
parent
1193965b92
commit
0099a11a65
|
@ -6,7 +6,7 @@ url = "https://anchor.projectserum.com"
|
|||
|
||||
[provider]
|
||||
cluster = "localnet"
|
||||
wallet = "/Users/paul/.config/solana/id.json"
|
||||
wallet = "~/.config/solana/id.json"
|
||||
|
||||
[scripts]
|
||||
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
|
||||
|
|
Loading…
Reference in New Issue