0.1.97 • Published 1 year ago

@egiftcard/chains v0.1.97

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Installation

yarn add @egiftcard/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.