Browse Source

added a sample tx link

0xPratik 1 year ago
parent
commit
0409202fc1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compression/cnft-burn/tests/cnft-burn.ts

+ 2 - 0
compression/cnft-burn/tests/cnft-burn.ts

@@ -62,5 +62,7 @@ describe("cnft-burn", () => {
         skipPreflight: true,
       });
     console.log("Your transaction signature", tx);
+    // here is a sample transaction signature on devnet
+    // https://explorer.solana.com/tx/2MpeHi64pbWNY7BKBuhAp4yND5HdfQqNqkd8pu6F6meoSNUYRvxQgV5TC4w8BM8hUihB8G8TwBAaPRqS7pnN8Nu1?cluster=devnet
   });
 });