Skip to content

Commit

Permalink
removed my path
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPratik committed Jan 16, 2024
1 parent 95663e4 commit fa8c577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compression/cnft-burn/tests/createAndMint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function createAndMint() {
//////////////////////////////////////////////////////////////////////////////

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

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

Expand Down

0 comments on commit fa8c577

Please sign in to comment.