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

6 lines (5 loc) 276 B
import type { WalletInit } from '@web3-onboard/common'; import type { InjectedWalletOptions } from './types.js'; export { ProviderIdentityFlag, ProviderLabel } from './types.js'; declare function injected(options?: InjectedWalletOptions): WalletInit; export default injected;