/** * This code was GENERATED using the solita package. * Please DO NOT EDIT THIS FILE, instead rerun solita to update it or write a wrapper to add functionality. * * See: https://github.com/metaplex-foundation/solita */ import { PublicKey } from "@solana/web3.js"; export * from "./accounts"; export * from "./errors"; export * from "./instructions"; /** * Program address * * @category constants * @category generated */ export const PROGRAM_ADDRESS = "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n"; /** * Program public key * * @category constants * @category generated */ export const PROGRAM_ID = new PublicKey(PROGRAM_ADDRESS);