UNPKG

rubic-sdk

Version:
3 lines (2 loc) 249 B
export declare const limitOrderSupportedBlockchains: readonly ["ETH", "BSC", "POLYGON", "OPTIMISM", "ARBITRUM", "GNOSIS", "AVALANCHE", "FANTOM", "AURORA"]; export type LimitOrderSupportedBlockchain = (typeof limitOrderSupportedBlockchains)[number];