Skip to content

docs: clarify Arc Testnet chain ID is 5042002, not 1516#148

Open
memosr wants to merge 3 commits into
circlefin:mainfrom
memosr:fix/testnet-chain-id
Open

docs: clarify Arc Testnet chain ID is 5042002, not 1516#148
memosr wants to merge 3 commits into
circlefin:mainfrom
memosr:fix/testnet-chain-id

Conversation

@memosr

@memosr memosr commented Jun 14, 2026

Copy link
Copy Markdown

Closes #94.
Fixes #81.

Summary

Arc Testnet's chain ID is 5042002 (0x4cef52), but some third-party chain registries and older community guides circulate the incorrect value 1516, causing wallet connection failures. Separately, several Arc Testnet block explorer URLs that circulate in external guides and wallet configs are dead (unreachable / login-gated).

Note: this repo's code and config were already consistent on 5042002, and contained no dead explorer URLs — both bad values circulate outside this repo. The gap was the lack of a clear, discoverable network reference for people setting up wallets/tooling. This PR adds one.

Changes

Out of scope

Issue #94 also suggests submitting a PR to ethereum-lists/chains, and #81's remaining fixes live in third-party registries / MetaMask guides. Those are external registries, separate from this repo.

Test plan

  • README renders correctly on GitHub (tables + callouts)
  • Chain IDs match crates/shared/src/chain_ids.rs

memosr added 2 commits June 14, 2026 22:42
Add a Networks section to the README documenting Arc's official chain
IDs and the correct wallet configuration for Arc Testnet, with a
prominent note that the incorrectly-circulated value 1516 is wrong.

Fixes circlefin#94
Document that testnet.arcscan.app and docs.arc.network are the canonical
Arc Testnet explorer and docs, and that the dead explorer.testnet.arc.network,
explorer.arc.io, and docs.arc.io URLs should not be used.

Fixes circlefin#81
…laim

docs.arc.io is the live canonical docs host (docs.arc.network 301-redirects
to it), so it does not belong in the dead-URL list. Keep the note focused on
the block explorer: testnet.arcscan.app is canonical; explorer.testnet.arc.network
(unreachable) and explorer.arc.io (team-login-gated) are not publicly usable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant