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