UNPKG

@maxosllc/smart-order-router

Version:
5 lines (4 loc) 295 B
import { ChainId } from '../../../src/util/chains'; 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";