rubic-sdk
Version:
Simplify dApp creation
3 lines (2 loc) • 356 B
TypeScript
export declare const stargateV2SupportedBlockchains: ("ETH" | "BSC" | "POLYGON" | "AVALANCHE" | "ARBITRUM" | "AURORA" | "OPTIMISM" | "KAVA" | "METIS" | "FLARE" | "LINEA" | "BASE" | "MANTLE" | "SCROLL" | "TAIKO" | "SEI" | "GRAVITY" | "BERACHAIN" | "UNICHAIN")[];
export type StargateV2SupportedBlockchains = (typeof stargateV2SupportedBlockchains)[number];