import { PublicKey } from '@solana/web3.js'; export * from './accounts'; export * from './errors'; export * from './instructions'; export * from './types'; /** * Program address * * @category constants * @category generated */ export const PROGRAM_ADDRESS = 'cndy3Z4yapfJBmL3ShUp5exZKqR3z33thTzeNMm2gRZ'; /** * Program public key * * @category constants * @category generated */ export const PROGRAM_ID = new PublicKey(PROGRAM_ADDRESS);