UNPKG

rubic-sdk

Version:
4 lines (3 loc) 259 B
export declare const eddyBridgeSupportedChains: readonly ["BSC", "ZETACHAIN", "ETH"]; export type EddyBridgeSupportedChain = (typeof eddyBridgeSupportedChains)[number]; export type TssAvailableEddyBridgeChain = Exclude<EddyBridgeSupportedChain, 'ZETACHAIN'>;