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.

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