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 = 'neer8g6yJq2mQM6KbnViEDAD4gr3gRZyMMf4F2p3MEh'; /** * Program public key * * @category constants * @category generated */ export const PROGRAM_ID = new PublicKey(PROGRAM_ADDRESS);