Skip to content

docs(evm): complete default-asset chain list in Go EVM mechanism README#1998

Merged
phdargen merged 1 commit intox402-foundation:mainfrom
ryanRfox:docs/complete-go-evm-readme-chain-list
Apr 11, 2026
Merged

docs(evm): complete default-asset chain list in Go EVM mechanism README#1998
phdargen merged 1 commit intox402-foundation:mainfrom
ryanRfox:docs/complete-go-evm-readme-chain-list

Conversation

@ryanRfox
Copy link
Copy Markdown
Contributor

fixes #1997

AI disclosure

This PR used an agentic coding workflow and was reviewed by Ryan R. Fox (an actual human) before posting.

The Go EVM mechanism README (introduced in x402-foundation#1983) listed only 4 chains
under "Networks with default assets configured":

  - Base Mainnet, Base Sepolia, MegaETH Mainnet, Monad Mainnet

But `go/mechanisms/evm/constants.go` configures 10, and the main docs
table at `docs/core-concepts/network-and-token-support.mdx` lists all
10. Restore parity with the constants and the main docs table, in the
same order as the mdx table:

  - Base, Base Sepolia, Polygon, Arbitrum One, Arbitrum Sepolia,
    Monad, Stable, Stable Testnet, MegaETH, Mezo Testnet

All entries verified against `NetworkConfigs` in
`go/mechanisms/evm/constants.go`.

Follow-up to x402-foundation#1983 which introduced this README.
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 11, 2026

@ryanRfox is attempting to deploy a commit to the Coinbase Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions bot added the sdk Changes to core v2 packages label Apr 11, 2026
@phdargen phdargen merged commit ea0768c into x402-foundation:main Apr 11, 2026
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sdk Changes to core v2 packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(go-evm): README chain list missing 6 of 10 configured chains

2 participants