@xspswap/smart-order-router
Version:
XSwap Protocol V3 Smart Order Router
7 lines (6 loc) • 358 B
TypeScript
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;