UNPKG

@web3-onboard/react

Version:

A collection of React hooks for integrating Web3-Onboard in to React and Next.js projects. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported w

11 lines (10 loc) 489 B
// Barrel file export { useAccountCenter } from './useAccountCenter.js'; export { useAppState } from './useAppState.js'; export { useConnectWallet } from './useConnectWallet.js'; export { useNotifications } from './useNotifications.js'; export { useSetChain } from './useSetChain.js'; export { useSetLocale } from './useSetLocale.js'; export { useWallets } from './useWallets.js'; export { useUpdateTheme } from './useUpdateTheme.js'; export { useWagmiConfig } from './useWagmiConfig.js';