UNPKG

@openocean.finance/widget

Version:

Openocean Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

9 lines (8 loc) 280 B
import { ChainId, ChainType } from '@openocean.finance/widget-sdk'; export declare const getChainTypeFromAddress: (address: string) => ChainType | undefined; export declare const defaultChainIdsByType: { EVM: ChainId; SVM: ChainId; UTXO: ChainId; MVM: ChainId; };