rubic-sdk
Version:
Simplify dApp creation
5 lines (4 loc) • 348 B
TypeScript
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];