chains/index.md
ligi 150aa21bd1
Add nativeCurrency - closes #66 and add chains_mini.json
also improves #61 - at least now mainnet is on top again ;-)
2019-05-22 23:41:52 +02:00

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 }}