UNPKG

@web3-onboard/wagmi

Version:

Module to configure, connect and return web3-onboard wallets as wagmi wallets and wagmi-config to be used with wagmi-core methods

7 lines (6 loc) 394 B
import type { Config, ConnectReturnType, Connector, CreateConnectorFn } from '@wagmi/core'; import type { WagmiInitOptions, WagmiModuleAPI } from './types'; export * from '@wagmi/core'; export type { Config, ConnectReturnType, Connector, CreateConnectorFn, WagmiInitOptions, WagmiModuleAPI }; declare function wagmiInit(initOptions: WagmiInitOptions): WagmiModuleAPI; export default wagmiInit;