UNPKG

@lifi/widget

Version:

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

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