Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (30 loc) · 785 Bytes

File metadata and controls

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

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