Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Latest commit

 

History

History
 
 

README.md



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.