Skip to content

Commit fa8c577

Browse files
committed
removed my path
1 parent 95663e4 commit fa8c577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compression/cnft-burn/tests/createAndMint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export async function createAndMint() {
4141
//////////////////////////////////////////////////////////////////////////////
4242

4343
// load it locally from the filesystem when available
44-
const payer = loadKeypairFromFile("/Users/pratik/.config/solana/id.json");
44+
const payer = loadKeypairFromFile("~/.config/solana/id.json");
4545

4646
console.log("Payer address:", payer.publicKey.toBase58());
4747

0 commit comments

Comments
 (0)