0.1.4 • Published 3 months ago

@xyzk/wagmi-chains v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@xyzk/chains

References to popular EVM-compatible chains.

Installation

Install the @xyzk/chains package.

npm i @xyzk/chains

Usage

Use your preferred chains!

import { configureChains } from '@xyzk/wagmi'
import { avalanche, bsc, mainnet } from '@xyzk/wagmi-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
  • arbitrumNova
  • aurora
  • auroraTestnet
  • avalanche
  • avalancheFuji
  • bronos
  • bronosTestnet
  • bsc
  • bscTestnet
  • canto
  • celo
  • celoAlfajores
  • fantom
  • fantomTestnet
  • foundry
  • fuse
  • goerli
  • hardhat
  • iotex
  • iotexTestnet
  • localhost
  • mainnet
  • metis
  • metisGoerli
  • moonbaseAlpha
  • moonbeam
  • moonriver
  • oasys
  • okc
  • optimism
  • optimismGoerli
  • polygon
  • polygonMumbai
  • skaleBlockBrawlers
  • skaleCalypso
  • skaleCalypsoTestnet
  • skaleChaosTestnet
  • skaleCryptoBlades
  • skaleCryptoColosseum
  • skaleEuropa
  • skaleEuropaTestnet
  • skaleExorde
  • skaleHumanProtocol
  • skaleNebula
  • skaleNebulaTestnet
  • skaleRazor
  • skaleTitan
  • skaleTitanTestnet
  • sepolia
  • taraxa
  • taraxaTestnet
  • telos
  • telosTestnet
  • zkSync
  • zkSyncTestnet

Contributing

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

0.1.2

3 months ago

0.1.4

3 months ago

0.1.3

3 months ago

0.1.1

6 months ago