export interface NetworkConstants { trx: string; } export interface SwapConstants extends NetworkConstants { universalRouter: string; permit2: string; routerApiUrl: string; } export declare const MAINNET: SwapConstants; export declare const NILE: SwapConstants; export declare const SHASTA: NetworkConstants; export declare const TRX_ADDRESS = "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"; export declare const WTRX_MAINNET = "TNUC9Qb1rRpS5CbWLmNMxXBjyFoydXjWFR"; export declare const WTRX_NILE = "TYsbWxNnyTgsZaTFaue9hqpxkU3Fkco94a"; export declare const SUNSWAP_V2_MAINNET_FACTORY = "TKWJdrQkqHisa1X8HUdHEfREvTzw4pMAaY"; export declare const SUNSWAP_V2_MAINNET_ROUTER = "TNJVzGqKBWkJxJB5XYSqGAwUTV15U24pPq"; export declare const SUNSWAP_V2_NILE_FACTORY = "THomLGMLhAjMecQf9FQjbZ8a1RtwsZLrGE"; export declare const SUNSWAP_V2_NILE_ROUTER = "TMn1qrmYUMSTXo9babrJLzepKZoPC7M6Sy"; export declare const SUNSWAP_V3_MAINNET_FACTORY = "TThJt8zaJzJMhCEScH7zWKnp5buVZqys9x"; export declare const SUNSWAP_V3_MAINNET_POSITION_MANAGER = "TLSWrv7eC1AZCXkRjpqMZUmvgd99cj7pPF"; export declare const SUNSWAP_V3_NILE_FACTORY = "TLJWAScHZ4Qmk1axyKMzrnoYuu2pSLer1F"; export declare const SUNSWAP_V3_NILE_POSITION_MANAGER = "TPQzqHbCzQfoVdAV6bLwGDos8Lk2UjXz2R"; export declare const TRC20_MIN_ABI: { inputs: { name: string; type: string; }[]; name: string; outputs: { name: string; type: string; }[]; stateMutability: string; type: string; }[]; export declare const SUNSWAP_V2_FACTORY_MIN_ABI: { constant: boolean; inputs: { type: string; }[]; name: string; outputs: { type: string; }[]; stateMutability: string; type: string; }[]; export declare const SUNSWAP_V2_PAIR_MIN_ABI: { constant: boolean; inputs: never[]; name: string; outputs: { name: string; type: string; }[]; stateMutability: string; type: string; }[]; export declare const SUNSWAP_V4_MAINNET_CL_POSITION_MANAGER = "TC8xQzPHfn5KceZV6s6GmZkBCFWWUoPXs1"; export declare const SUNSWAP_V4_NILE_CL_POSITION_MANAGER = "TMTQ1BYo15aGgZXHcsBWXyae8bVaAdgfLP"; export declare const SUNSWAP_V4_MAINNET_POOL_MANAGER = "TVjuTE3V5bMVdpfNhid8kD2v35T2k1u1Br"; export declare const SUNSWAP_V4_NILE_POOL_MANAGER = "TVivLPeq7FMmTG8Z7HaiBgHTsMwCEcipKT"; export declare const PERMIT2_MAINNET = "TTJxU3P8rHycAyFY4kVtGNfmnMH4ezcuM9"; export declare const PERMIT2_NILE = "TYQuuhGbEMxF7nZxUHV3uHJxAVVAegNU9h"; export declare const SUNPUMP_MAINNET = "TTfvyrAz86hbZk5iDpKD78pqLGgi8C7AAw"; export declare const SUNPUMP_NILE = "TLtTyEwqacNKc5CHLunKvxmqLB336R4Lrm"; export declare const SUNPUMP_WTRX = "TNUC9Qb1rRpS5CbWLmNMxXBjyFoydXjWFR"; export declare const SUNSWAP_V3_POSITION_MANAGER_MIN_ABI: ({ inputs: { components: { name: string; type: string; }[]; name: string; type: string; }[]; name: string; outputs: { name: string; type: string; }[]; stateMutability: string; type: string; } | { inputs: { name: string; type: string; }[]; name: string; outputs: { name: string; type: string; }[]; stateMutability: string; type: string; })[]; export declare const SUNSWAP_V3_COLLECT_VIEW_ABI: { inputs: { components: { name: string; type: string; }[]; name: string; type: string; }[]; name: string; outputs: { name: string; type: string; }[]; stateMutability: string; type: string; }[]; export declare const SUNSWAP_V4_CL_POSITION_MANAGER_MIN_ABI: ({ inputs: { name: string; type: string; }[]; name: string; outputs: { components: { name: string; type: string; }[]; name: string; type: string; }[]; stateMutability: string; type: string; } | { inputs: { name: string; type: string; }[]; name: string; outputs: { name: string; type: string; }[]; stateMutability: string; type: string; })[]; export declare const SUNPUMP_ABI: { inputs: { name: string; type: string; }[]; name: string; outputs: { name: string; type: string; }[]; stateMutability: string; type: string; }[]; //# sourceMappingURL=constants.d.ts.map