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.

10 lines (9 loc) 298 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; NVM: ChainId; };