Skip to content

Commit d2e6401

Browse files
committed
the program compiles and tests are running
1 parent 1408714 commit d2e6401

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

compression/cnft-burn/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"dependencies": {
77
"@coral-xyz/anchor": "^0.29.0",
88
"@metaplex-foundation/mpl-bubblegum": "^3.0.0",
9+
"@metaplex-foundation/umi": "^0.9.0",
910
"axios": "^1.6.5"
1011
},
1112
"devDependencies": {

compression/cnft-burn/tests/cnft-burn.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe("cnft-burn", () => {
1818
const payerWallet = provider.wallet as anchor.Wallet;
1919
// this should be your tree address
2020
const tree = new anchor.web3.PublicKey(
21-
"Dggp3P5C7rB5crU3TnWMGYYKTy1At1dzwE5Ax9Sz46Kj"
21+
"23A8kctVQi9uQxYqzSZ3dhKiL2hSRGfmFYJd2Qfcyupp"
2222
);
2323
const MPL_BUBBLEGUM_PROGRAM_ID_KEY = new anchor.web3.PublicKey(
2424
MPL_BUBBLEGUM_PROGRAM_ID
@@ -33,7 +33,7 @@ describe("cnft-burn", () => {
3333
"2zhktLCwGLFg6bqGxgdN5BEKT7PVsQ81XyfQ33gKVtxU"
3434
);
3535
// this is the assetId of the cNft you want to burn
36-
const assetId = "2joTFxoKshsWXT2QAdjZVdvqVmGv6FhTZ2s5TCCYz7Eo";
36+
const assetId = "CkWeh2TW91VtfrDy4pGBKwDJwNXwzZFQWNiHbsgHzXyY";
3737

3838
it("Burn cNft!", async () => {
3939
const asset = await getAsset(assetId);

0 commit comments

Comments
 (0)