npm.io
0.1.120 • Published 2 years ago

@thirdweb-dev/chains

Licence
Version
0.1.120
Deps
0
Size
10.0 MB
Vulns
0
Weekly
0



thirdweb chains

npm version Build Status Join our Discord!


Installation

yarn add @thirdweb-dev/chains

Contributing

Adding / Overriding Chain Data

Chain data is automatically pulled in from ethereum-lists/chains on every build.

Overriding Chain Data

Chain data can be overridden by running yarn override-chain and following the prompts.

Adding A New Chain

In cases where a chain is not listed in the ethereum-lists/chains repo, you can add it manually by running yarn add-chain and following the prompts.

Prefer adding chains to the ethereum-lists/chains repo instead of manually adding them here.