You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@wagmi/chains

Package Overview
Dependencies
Maintainers
2
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wagmi/chains

A collection of chains for wagmi


Version published
Weekly downloads
35K
decreased by-6.08%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

@wagmi/chains

References to popular EVM-compatible chains.

Installation

Install the @wagmi/chains package.

npm i @wagmi/chains

Usage

Use your preferred chains!

import { configureChains } from 'wagmi'
import { avalanche, bsc, mainnet } from '@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
  • base
  • baseGoerli
  • bronos
  • bronosTestnet
  • bsc
  • bscTestnet
  • canto
  • celo
  • celoAlfajores
  • celoCannoli
  • classic
  • cronos
  • cronosTestnet
  • edgeware
  • edgewareTestnet
  • eos
  • eosTestnet
  • ewc
  • fantom
  • fantomTestnet
  • foundry
  • fuse
  • goerli
  • hardhat
  • iotex
  • iotexTestnet
  • localhost
  • mainnet
  • mantle
  • mantleTestnet
  • metis
  • metisGoerli
  • modeTestnet
  • moonbaseAlpha
  • moonbeam
  • moonriver
  • oasys
  • okc
  • optimism
  • optimismGoerli
  • polygon
  • polygonMumbai
  • pulsechain
  • pulsechainV4
  • skaleBlockBrawlers
  • skaleCalypso
  • skaleCalypsoTestnet
  • skaleChaosTestnet
  • skaleCryptoBlades
  • skaleCryptoColosseum
  • skaleEuropa
  • skaleEuropaTestnet
  • skaleExorde
  • skaleHumanProtocol
  • skaleNebula
  • skaleNebulaTestnet
  • skaleRazor
  • skaleTitan
  • skaleTitanTestnet
  • sepolia
  • taikoTestnetSepolia
  • taraxa
  • taraxaTestnet
  • telos
  • telosTestnet
  • volta
  • zkSync
  • zkSyncTestnet
  • zora
  • zoraTestnet

Contributing

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

Keywords

FAQs

Package last updated on 29 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc