Skip to content

Commit

Permalink
feat(cli): Add Gumball Machine CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
jarry-xiao authored and samwise2 committed Jul 1, 2022
1 parent 3dcb54f commit b84513a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/tests/bubblegum-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b84513a

Please sign in to comment.