mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
150aa21bd1
also improves #61 - at least now mainnet is on top again ;-)
785 B
785 B
layout | title | nav_order |
---|---|---|
home | Home | 1 |
EVM Networks
A list of EVM networks. Wallets and Web3 middleware providers should be able to use the appropriate Chain ID and Network ID to connect to the correct chain.
This table is also available as a JSON feed at chains.json.
{% assign chains = site.data.chains | sort %} {% for json in chains %} {% assign chain = json[1] %} {% endfor %}Chain ID | Name | Short Name | Chain | Network | Network ID |
---|---|---|---|---|---|
{{ chain.chainId }} | {{ chain.name }} | {{ chain.shortName }} | {{ chain.chain }} | {{ chain.network }} | {{ chain.networkId }} |