From b84513ad68c0a09af5a33eee9007e41a8ad322a4 Mon Sep 17 00:00:00 2001 From: jarry-xiao Date: Fri, 24 Jun 2022 17:31:55 -0400 Subject: [PATCH] feat(cli): Add Gumball Machine CLI --- contracts/tests/bubblegum-test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/tests/bubblegum-test.ts b/contracts/tests/bubblegum-test.ts index a001e5ab496..b62f53cd2e0 100644 --- a/contracts/tests/bubblegum-test.ts +++ b/contracts/tests/bubblegum-test.ts @@ -38,9 +38,9 @@ import { TOKEN_PROGRAM_ID, Token, } from "@solana/spl-token"; -import { execute, logTx, bufferToArray } from "./utils"; +import { bufferToArray } from "./utils"; import { TokenProgramVersion, Version } from "../sdk/bubblegum/src/generated"; -import { CANDY_WRAPPER_PROGRAM_ID } from "../sdk/utils"; +import { CANDY_WRAPPER_PROGRAM_ID, execute, logTx } from "../sdk/utils"; import { getBubblegumAuthorityPDA, getCreateTreeIxs, getNonceCount, getVoucherPDA } from "../sdk/bubblegum/src/convenience"; // @ts-ignore