@sekmet/chains
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

@sekmet/chains

References to popular EVM-compatible chains.

Installation

Install the @sekmet/chains package.

npm i @sekmet/chains

Usage

Use your preferred chains!

import { configureChains } from 'wagmi'
import { avalanche, bsc, mainnet } from '@sekmet/chains'

const { chains, provider } = configureChains(
  [mainnet, avalanche, bsc],
  ...
)

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

Chains

  • arbitrum
  • arbitrumGoerli
  • aurora
  • auroraTestnet
  • avalanche
  • avalancheFuji
  • bronos
  • bronosTestnet
  • bsc
  • bscTestnet
  • canto
  • celo
  • celoAlfajores
  • fantom
  • fantomTestnet
  • foundry
  • goerli
  • hardhat
  • iotex
  • iotexTestnet
  • localhost
  • mainnet
  • metis
  • metisGoerli
  • mantleTestnet
  • moonbaseAlpha
  • moonbeam
  • moonriver
  • okc
  • optimism
  • optimismGoerli
  • polygon
  • polygonMumbai
  • sepolia
  • taraxa
  • taraxaTestnet
  • telos
  • telosTestnet
  • zkSync
  • zkSyncTestnet

Contributing

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

Package Sidebar

Install

npm i @sekmet/chains

Homepage

wagmi.sh

Weekly Downloads

0

Version

0.3.1

License

MIT

Unpacked Size

119 kB

Total Files

6

Last publish

Collaborators

  • sekmet