UNPKG

rubic-sdk

Version:
5 lines (4 loc) 348 B
export declare const teleSwapCcrSupportedChains: ("ETH" | "BSC" | "POLYGON" | "ARBITRUM" | "OPTIMISM" | "BASE" | "BITCOIN")[]; export type TeleSwapCcrSupportedChain = (typeof teleSwapCcrSupportedChains)[number]; export declare const teleSwapBaseChains: ("BSC" | "POLYGON")[]; export type TeleSwapCcrBaseChain = (typeof teleSwapBaseChains)[number];