UNPKG

rubic-sdk

Version:
5 lines (4 loc) 424 B
import { NativeRouterSupportedBlockchains } from '../../../native-router/constants/native-router-supported-blockchains'; import { ZetaswapOnChainSupportedBlockchains } from '../../../zetaswap/constants/zetaswap-supported-blockchains'; export type AllSupportedNetworks = ZetaswapOnChainSupportedBlockchains | NativeRouterSupportedBlockchains; export declare const blockchainNameMapping: Record<AllSupportedNetworks, string>;