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

8 lines (7 loc) 229 B
import type { EIP1193Provider } from '@subwallet-connect/common'; export interface CustomWindow extends Window { ethereum: EIP1193Provider & { isInfinityWallet?: boolean; }; infinityWallet: EIP1193Provider; }