UNPKG

rubic-sdk

Version:
3 lines (2 loc) 270 B
export declare const deBridgeCrossChainSupportedBlockchains: readonly ["ETH", "BSC", "POLYGON", "ARBITRUM", "AVALANCHE", "LINEA", "OPTIMISM", "BASE", "SOLANA"]; export type DeBridgeCrossChainSupportedBlockchain = (typeof deBridgeCrossChainSupportedBlockchains)[number];