rubic-sdk
Version:
Simplify dApp creation
5 lines (4 loc) • 432 B
TypeScript
import { EvmBlockchainName } from "../../../../../../core/blockchain/models/blockchain-name";
export declare const bridgersCrossChainSupportedBlockchains: readonly ["ETH", "BSC", "POLYGON", "FANTOM", "TRON"];
export type BridgersCrossChainSupportedBlockchain = (typeof bridgersCrossChainSupportedBlockchains)[number];
export type BridgersEvmCrossChainSupportedBlockchain = BridgersCrossChainSupportedBlockchain & EvmBlockchainName;