2.0.1 • Published 1 year ago

@bybit-wallet/wagmi-connector v2.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@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-connector

useage

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.

2.0.1

1 year ago

2.0.0

1 year ago