UNPKG

@lifi/wallet-management

Version:

LI.FI Wallet Management solution.

8 lines (6 loc) 221 B
import type { CoinbaseWalletParameters } from 'wagmi/connectors' import { LIFILogo } from '../icons/lifi.js' export const defaultCoinbaseConfig: CoinbaseWalletParameters = { appName: 'LI.FI', appLogoUrl: LIFILogo, }