@past3lle/wagmi-connectors
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

image

Wagmi Connectors

This repo creates Wagmi connectors for common providers that haven't been added yet yo Wagmi's connector repo.

⚠️⚠️ WARNING ⚠️⚠️ Subject to change. Likely to be deprecated/abandoned when official Wagmi connectors of the same name are released.

Example

import { IFrameEthereumConnector, LedgerHIDConnector } from '@past3lle/wagmi-connectors'
import { addConnector } from '@past3lle/web3-modal'

export const wagmiConnectors = {
  ledgerLiveModal: addConnector(LedgerConnector, {
    enableDebugLogs: false,
    walletConnectVersion: 2,
    projectId: WALLETCONNECT_ID,
    requiredChains: [1]
  }),
  ledgerHID: addConnector(LedgerHIDConnector, {}),
  ledgerIFrame: addConnector(IFrameEthereumConnector, {})
}

/@past3lle/wagmi-connectors/

    Package Sidebar

    Install

    npm i @past3lle/wagmi-connectors

    Weekly Downloads

    70

    Version

    2.2.0

    License

    MIT

    Unpacked Size

    1.09 MB

    Total Files

    106

    Last publish

    Collaborators

    • past3lle