0.3.1 • Published 3 years ago
@sekmet/chains v0.3.1
@sekmet/chains
References to popular EVM-compatible chains.
Installation
Install the @sekmet/chains package.
npm i @sekmet/chainsUsage
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
arbitrumarbitrumGoerliauroraauroraTestnetavalancheavalancheFujibronosbronosTestnetbscbscTestnetcantoceloceloAlfajoresfantomfantomTestnetfoundrygoerlihardhatiotexiotexTestnetlocalhostmainnetmetismetisGoerlimantleTestnetmoonbaseAlphamoonbeammoonriverokcoptimismoptimismGoerlipolygonpolygonMumbaisepoliataraxataraxaTestnettelostelosTestnetzkSynczkSyncTestnet
Contributing
Want to add another chain to the list? Make sure you read the contributing guide first.