@xspswap/smart-order-router
Version:
XSwap Protocol V3 Smart Order Router
5 lines (4 loc) • 296 B
TypeScript
import { ChainId } from '@x-swap-protocol/sdk-core';
import { AlphaRouterConfig } from './alpha-router';
export declare const DEFAULT_ROUTING_CONFIG_BY_CHAIN: (chainId: ChainId) => AlphaRouterConfig;
export declare const ETH_GAS_STATION_API_URL = "https://ethgasstation.info/api/ethgasAPI.json";