From eb3a29ff8191a788ad85fdef2dd634299d0537b1 Mon Sep 17 00:00:00 2001 From: SAMUNCLE155 Date: Mon, 1 Jun 2026 09:36:27 +0800 Subject: [PATCH] docs: add Arc network chain ID reference table to ACCOUNTS.md --- ACCOUNTS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ACCOUNTS.md b/ACCOUNTS.md index 2b768eb..ca38a1f 100644 --- a/ACCOUNTS.md +++ b/ACCOUNTS.md @@ -84,6 +84,19 @@ These accounts are compatible with: - ✅ MetaMask - ✅ Most Ethereum development tools +## 🔗 Arc Network Chain IDs + +When connecting to Arc networks, use the following chain IDs: + +| Network | Chain ID | Purpose | +|---------|----------|---------| +| Local Dev (`arc-localdev`) | `1337` | Local development and testing | +| Devnet (`arc-devnet`) | `5042001` | Arc development network | +| Testnet (`arc-testnet`) | `5042002` | Public Arc testnet | +| Mainnet (`arc-mainnet`) | `5042` | Arc production mainnet | + +These chain IDs are defined in the genesis configuration files under `assets/{network}/genesis.config.ts`. + ## 📚 References - [Hardhat Network Configuration](https://hardhat.org/hardhat-network/docs/overview)