export declare const FACTORY_ADDRESS = "0xad3537119a3f9e7482b3F310d95dBA6Bb3A57834"; export declare const ADDRESS_ZERO = "0x0000000000000000000000000000000000000000"; export declare const POOL_INIT_CODE_HASH = "0xe788f4dd4b4cdbc412651cba040d032569619988765bbeb0530ee67b55c1079a"; /** * The default factory enabled fee amounts, denominated in hundredths of bips. */ export declare enum FeeAmount { LOWEST = 100, LOW = 500, MEDIUM = 3000, HIGH = 10000 } /** * The default factory tick spacings by fee amount. */ export declare const TICK_SPACINGS: { [amount in FeeAmount]: number; };