Skip to content

Commit

Permalink
Merge pull request solana-labs#127 from jarry-xiao/sorend/gumball-mac…
Browse files Browse the repository at this point in the history
…hine-cli

Gumball Machine CLI
  • Loading branch information
samwise2 authored Jul 1, 2022
2 parents 60deae5 + b84513a commit 4f78d73
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 4f78d73

Please sign in to comment.