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.

14 lines (12 loc) 350 B
import type { MetaMaskParameters } from 'wagmi/connectors' import { lifiLogoUrl } from '../icons/lifi.js' export const defaultMetaMaskConfig: MetaMaskParameters = { dappMetadata: { name: 'LI.FI', url: typeof window !== 'undefined' ? (window as any)?.location.href : 'https://li.fi/', iconUrl: lifiLogoUrl, }, }