UNPKG

@subwallet-connect/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) 228 B
import type { WalletInit } from '@subwallet-connect/common'; interface InfinityWalletOptions { chainId?: number; } declare function infinityWallet(options?: InfinityWalletOptions): WalletInit; export default infinityWallet;