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

0.0.14 • Public • Published

@wagmi-ekoios/connectors

Collection of connectors for wagmi.

Installation

Install the @wagmi-ekoios/connectors package.

npm i @wagmi-ekoios/connectors

Usage

Configure your wagmi config with connectors!

import { configureChains, createConfig } from 'wagmi'

import { InjectedConnector } from '@wagmi-ekoios/connectors/injected'

const { chains, provider } = configureChains(...)

const config = createConfig({
  connectors: [
    new InjectedConnector({ chains }),
  ],
  provider,
})

If your bundler supports tree-shaking (most likely), only the used connectors will be included in the bundle, so you don't have to worry about bundle size. 😊

Connectors

Contributing

Want to add another chain to the list? Make sure you read the contributing guide first.

Package Sidebar

Install

npm i @wagmi-ekoios/connectors

Homepage

wagmi.sh

Weekly Downloads

75

Version

0.0.14

License

MIT

Unpacked Size

79.4 kB

Total Files

31

Last publish

Collaborators

  • phamducthang