UNPKG

@xspswap/smart-order-router

Version:
7 lines (6 loc) 358 B
import { BigNumber } from '@ethersproject/bignumber'; import { ChainId } from '@x-swap-protocol/sdk-core'; export declare const COST_PER_UNINIT_TICK: BigNumber; export declare const BASE_SWAP_COST: (id: ChainId) => BigNumber; export declare const COST_PER_INIT_TICK: (id: ChainId) => BigNumber; export declare const COST_PER_HOP: (id: ChainId) => BigNumber;