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.

6 lines (5 loc) 284 B
import type { WidgetConfig } from '../../types/widget.js'; export declare const attemptToFindMatchingToAddressInConfig: (address: string, config: WidgetConfig) => import("../../index.js").ToAddress | { address: string; chainType: import("@lifi/sdk").ChainType | undefined; };