UNPKG

@onboard-dx/injected-wallets

Version:

Injected wallet module for connecting browser extension and mobile wallets to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported

4 lines (3 loc) 122 B
import { InjectedWalletModule } from './types.js'; declare const wallets: InjectedWalletModule[]; export default wallets;