Fix path to wallet (#954)

This commit is contained in:
guibescos 2023-07-14 11:02:23 +01:00 committed by GitHub
parent aa76c15d1c
commit ea8b512759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ url = "https://anchor.projectserum.com"
[provider]
cluster = "localnet"
wallet = "/Users/gbescos/.config/solana/id.json"
wallet = "~/.config/solana/id.json"
[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
test = "cargo test-bpf"