--- layout: home title: Home nav_order: 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](/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 }}