Make wallet path in Anchor.toml of tic-tac-toe program generic (#49)

This commit is contained in:
Tyler Fletcher 2022-03-24 10:17:32 -05:00 committed by GitHub
parent 1193965b92
commit 0099a11a65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"