index.ts 651 B

123456789101112131415161718192021222324252627
  1. /**
  2. * This code was GENERATED using the solita package.
  3. * Please DO NOT EDIT THIS FILE, instead rerun solita to update it or write a wrapper to add functionality.
  4. *
  5. * See: https://github.com/metaplex-foundation/solita
  6. */
  7. import { PublicKey } from "@solana/web3.js";
  8. export * from "./accounts";
  9. export * from "./errors";
  10. export * from "./instructions";
  11. /**
  12. * Program address
  13. *
  14. * @category constants
  15. * @category generated
  16. */
  17. export const PROGRAM_ADDRESS = "WorLD15A7CrDwLcLy4fRqtaTb9fbd8o8iqiEMUDse2n";
  18. /**
  19. * Program public key
  20. *
  21. * @category constants
  22. * @category generated
  23. */
  24. export const PROGRAM_ID = new PublicKey(PROGRAM_ADDRESS);