import { Percent } from '@pulsex/swap-sdk-core'; import { ERC20Token } from './entities/token'; export declare const ZERO_PERCENT: Percent; export declare const ONE_HUNDRED_PERCENT: Percent; export declare const FACTORY_ADDRESS_V1 = "0x1715a3E4A142d8b698131108995174F37aEBA10D"; export declare const FACTORY_ADDRESS_V2 = "0x29eA7545DEf87022BAdc76323F373EA1e707C523"; export declare const TESTNET_FACTORY_ADDRESS_V1 = "0xFf0538782D122d3112F75dc7121F61562261c0f7"; export declare const TESTNET_FACTORY_ADDRESS_V2 = "0x3B53e9270d0210214B9c242eb16C252474c5be01"; export declare const INIT_CODE_HASH_V1 = "0x59fffffddd756cba9095128e53f3291a6ba38b21e3df744936e7289326555d62"; export declare const INIT_CODE_HASH_V2 = "0x5dff1ac2d132f5ac2841294c6e9fc0ebafae8d447fac7996ef21c21112f411f1"; export declare const FACTORY_ADDRESS_MAP_V1: { readonly 369: "0x1715a3E4A142d8b698131108995174F37aEBA10D"; readonly 943: "0xFf0538782D122d3112F75dc7121F61562261c0f7"; }; export declare const FACTORY_ADDRESS_MAP_V2: { readonly 369: "0x29eA7545DEf87022BAdc76323F373EA1e707C523"; readonly 943: "0x3B53e9270d0210214B9c242eb16C252474c5be01"; }; export declare const INIT_CODE_HASH_MAP_V1: { readonly 369: "0x59fffffddd756cba9095128e53f3291a6ba38b21e3df744936e7289326555d62"; readonly 943: "0x59fffffddd756cba9095128e53f3291a6ba38b21e3df744936e7289326555d62"; }; export declare const INIT_CODE_HASH_MAP_V2: { readonly 369: "0x5dff1ac2d132f5ac2841294c6e9fc0ebafae8d447fac7996ef21c21112f411f1"; readonly 943: "0x5dff1ac2d132f5ac2841294c6e9fc0ebafae8d447fac7996ef21c21112f411f1"; }; export declare const WPLS: { 369: ERC20Token; 943: ERC20Token; }; export declare const WNATIVE: Record; export declare const NATIVE: Record; //# sourceMappingURL=constants.d.ts.map