rubic-sdk
Version:
Simplify dApp creation
3 lines (2 loc) • 397 B
TypeScript
export declare const onChainProxySupportedBlockchains: readonly ["ETH", "BSC", "POLYGON", "AVALANCHE", "MOONRIVER", "FANTOM", "ARBITRUM", "AURORA", "TELOS", "OPTIMISM", "CRONOS", "OKX", "GNOSIS", "FUSE", "MOONBEAM", "CELO", "BOBA", "KAVA", "BITGERT", "METIS", "KLAYTN", "SYSCOIN", "VELAS", "OASIS"];
export type OnChainProxySupportedBlockchain = (typeof onChainProxySupportedBlockchains)[number];