UNPKG

@web3-onboard/infinity-wallet

Version:

Infinity Wallet SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnosti

7 lines (6 loc) 223 B
import { type WalletInit } from '@web3-onboard/common'; interface InfinityWalletOptions { chainId?: number; } declare function infinityWallet(options?: InfinityWalletOptions): WalletInit; export default infinityWallet;