import id from './pumpfun.json';
import type { PumpFun } from './type';

const IDL = id as PumpFun;

export {
    IDL,
    type PumpFun
}