Skip to content

Commit 9d4516b

Browse files
committed
Have wallet use the ~ path instead of /home/user/
1 parent 4b8f864 commit 9d4516b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ url = "https://api.apr.dev"
1414

1515
[provider]
1616
cluster = "Localnet"
17-
wallet = "/home/user/.config/solana/id.json"
17+
wallet = "~/.config/solana/id.json"
1818

1919
[scripts]
2020
airdrop = "yarn run ts-node scripts/airdrop.ts"

0 commit comments

Comments
 (0)