Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 785 Bytes

index.md

File metadata and controls

34 lines (30 loc) · 785 Bytes
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 }}