UNPKG

ttxd-alpha

Version:

An SDK for building applications on top of V2,V3 and Solana exchanges

16 lines (15 loc) 433 B
export declare const V3_NETWORK_ADDRESSES: Record<number, Record<string, { factory: string; router: string; quoter: string; }>>; export declare const ERC20_ABI: string[]; export declare const DEFAULT_V3_GAS_LIMIT = 300000; interface ChainGasConfig { maxFeePerGas: string; maxPriorityFeePerGas: string; } export declare const CHAIN_V3_GAS_CONFIGS: { [key: number]: ChainGasConfig; }; export {};