2.0.1 • Published 1 year ago
@bybit-wallet/wagmi-connector v2.0.1
@bybit-wallet/wagmi-connector
This small package allows you to add a dedicated, functional, connector to integrate Bybit Wallet into your wagmi ^v2 project
Installation
yarn add @bybit-wallet/wagmi-connector
# or
npm install @bybit-wallet/wagmi-connector
# or
pnpm add @bybit-wallet/wagmi-connectoruseage
import { bybitWallet } from '@bybit-wallet/wagmi-connector'
export const config = createConfig({
chains: [mainnet, sepolia],
connectors: [
bybitWallet(),
// other connectors...
]
})Documentation
For more information about wagmi, visit wagmi.sh.