File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"@coral-xyz/anchor" : " ^0.29.0" ,
8
8
"@metaplex-foundation/mpl-bubblegum" : " ^3.0.0" ,
9
+ "@metaplex-foundation/umi" : " ^0.9.0" ,
9
10
"axios" : " ^1.6.5"
10
11
},
11
12
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ describe("cnft-burn", () => {
18
18
const payerWallet = provider . wallet as anchor . Wallet ;
19
19
// this should be your tree address
20
20
const tree = new anchor . web3 . PublicKey (
21
- "Dggp3P5C7rB5crU3TnWMGYYKTy1At1dzwE5Ax9Sz46Kj "
21
+ "23A8kctVQi9uQxYqzSZ3dhKiL2hSRGfmFYJd2Qfcyupp "
22
22
) ;
23
23
const MPL_BUBBLEGUM_PROGRAM_ID_KEY = new anchor . web3 . PublicKey (
24
24
MPL_BUBBLEGUM_PROGRAM_ID
@@ -33,7 +33,7 @@ describe("cnft-burn", () => {
33
33
"2zhktLCwGLFg6bqGxgdN5BEKT7PVsQ81XyfQ33gKVtxU"
34
34
) ;
35
35
// this is the assetId of the cNft you want to burn
36
- const assetId = "2joTFxoKshsWXT2QAdjZVdvqVmGv6FhTZ2s5TCCYz7Eo " ;
36
+ const assetId = "CkWeh2TW91VtfrDy4pGBKwDJwNXwzZFQWNiHbsgHzXyY " ;
37
37
38
38
it ( "Burn cNft!" , async ( ) => {
39
39
const asset = await getAsset ( assetId ) ;
You can’t perform that action at this time.
0 commit comments