diff --git a/programs/tic-tac-toe/Anchor.toml b/programs/tic-tac-toe/Anchor.toml index 2efc14f..ecfc70d 100644 --- a/programs/tic-tac-toe/Anchor.toml +++ b/programs/tic-tac-toe/Anchor.toml @@ -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"