UNPKG

rubic-sdk

Version:
7 lines (6 loc) 517 B
import { UniswapV3RouterConfiguration } from '../../../common/uniswap-v3-abstract/models/uniswap-v3-router-configuration'; declare const tokensSymbols: readonly ["WETH", "WBTC", "BRONTO", "MEGA", "RABBY", "USDC", "uksang", "PROM", "GTEN", "samu", "fNDR", "MEGIS", "MCt", "Sgn", "ROUTINE"]; type TokenSymbol = (typeof tokensSymbols)[number]; export declare const feeToTickSpacing: Record<number, number>; export declare const MEGAETH_TESTNET_ROUTER_CONFIGURATION: UniswapV3RouterConfiguration<TokenSymbol>; export {};