We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95663e4 commit fa8c577Copy full SHA for fa8c577
compression/cnft-burn/tests/createAndMint.ts
@@ -41,7 +41,7 @@ export async function createAndMint() {
41
//////////////////////////////////////////////////////////////////////////////
42
43
// load it locally from the filesystem when available
44
- const payer = loadKeypairFromFile("/Users/pratik/.config/solana/id.json");
+ const payer = loadKeypairFromFile("~/.config/solana/id.json");
45
46
console.log("Payer address:", payer.publicKey.toBase58());
47
0 commit comments