import { address, Address } from "@solana/kit" // Program ID passed with the cli --program-id flag when running the code generator. Do not edit, it will get overwritten. export const PROGRAM_ID_CLI = address( "rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ" ) // This constant will not get overwritten on subsequent code generations and it's safe to modify it's value. export const PROGRAM_ID: Address = PROGRAM_ID_CLI