Added bs58 import for TX deserialization
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import wallet from "../wba-wallet.json"
|
||||
import wallet from "../dev-wallet.json"
|
||||
import { createUmi } from "@metaplex-foundation/umi-bundle-defaults"
|
||||
import {
|
||||
createMetadataAccountV3,
|
||||
@@ -7,6 +7,7 @@ import {
|
||||
DataV2Args
|
||||
} from "@metaplex-foundation/mpl-token-metadata";
|
||||
import { createSignerFromKeypair, signerIdentity, publicKey } from "@metaplex-foundation/umi";
|
||||
import { bs58 } from "@coral-xyz/anchor/dist/cjs/utils/bytes";
|
||||
|
||||
// Define our Mint address
|
||||
const mint = publicKey("<mint address>")
|
||||
|
||||
Reference in New Issue
Block a user