import { PublicKey } from '@solana/web3.js'; export const COMPTOIR_PROGRAM_ID_DEVNET: PublicKey = new PublicKey( 'FCoMPzD3cihsM7EBSbXtorF2yHL4jJ6vrbWtdVaN7qZc' ); export const COMPTOIR_PROGRAM_ID: PublicKey = new PublicKey( 'comp8FLpN5bbNUC2fhnkFtM7T16DWvaHs8N5dcaoZWP' );