UNPKG

rubic-sdk-next

Version:
11 lines (10 loc) 339 B
import BigNumber from 'bignumber.js'; import { BlockchainName } from '../../../../../../core/blockchain/models/blockchain-name'; interface EddySupportedChainLimit { min: BigNumber; max: BigNumber; blockchain: BlockchainName; address: string; } export declare const EDDY_BRIDGE_LIMITS: EddySupportedChainLimit[]; export {};