/** * max swap fee for a pool */ /** * for clamm, the max fee is 100% */ export declare const ONE_HUNDRED_PERCENT_FEE = 1000000n; /** * for bin pool, the max fee is 10% */ export declare const TEN_PERCENT_FEE = 100000n; /** * Max protocol fee is 0.1% (1000 pips) */ export declare const MAX_PROTOCOL_FEE = 1000n; /** * a dynamic fee pool must have exactly same value for fee field * */ export declare const DYNAMIC_FEE_FLAG = 8388608; //# sourceMappingURL=fee.d.ts.map