Skip to content

Commit ea8b512

Browse files
authored
Fix path to wallet (#954)
1 parent aa76c15 commit ea8b512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

governance/remote_executor/Anchor.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ url = "https://anchor.projectserum.com"
88

99
[provider]
1010
cluster = "localnet"
11-
wallet = "/Users/gbescos/.config/solana/id.json"
11+
wallet = "~/.config/solana/id.json"
1212

1313
[scripts]
14-
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
14+
test = "cargo test-bpf"

0 commit comments

Comments
 (0)