UNPKG

ttxd-alpha

Version:

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

14 lines (13 loc) 363 B
export declare const NETWORK_ADDRESSES: Record<number, Record<string, { factory: string; router: string; }>>; export declare const DEFAULT_V2_GAS_LIMIT = 300000; interface ChainGasConfig { maxFeePerGas: string; maxPriorityFeePerGas: string; } export declare const CHAIN_GAS_CONFIGS: { [key: number]: ChainGasConfig; }; export {};