Add missing networks and chain IDs to ERC-8004 reference#35
Add missing networks and chain IDs to ERC-8004 reference#35mefai-dev wants to merge 1 commit intobnb-chain:mainfrom
Conversation
Pull Request ReviewThis PR updates the ERC-8004 tools reference documentation to include additional supported networks and explicit chain IDs for all listed networks. Specifically, it adds Arbitrum, Arbitrum Sepolia, Sepolia, Base Sepolia, and Polygon Amoy to the support list and standardizes the network line with numeric chain identifiers. No functional code changes are present; this is a documentation-only update. Sensitive ContentNo sensitive content detected. Security IssuesNo serious security issues detected. Generated by Hashdit Bot. This tool can absolutely NOT replace manual audits. |
## Summary - ERC-8004 supported networks list was incomplete — missing Arbitrum, specific testnets, and chain IDs ## Type of Change - [x] Documentation fix ## Changes Made - Added: Arbitrum (42161), Arbitrum Sepolia (421614), Sepolia (11155111), Base Sepolia (84532), Polygon Amoy (80002) - Added chain IDs for all networks for developer reference ## Testing - [x] Verified against MCP source requiredNetworkParam
3ea76ed to
86ab2e1
Compare
Pull Request ReviewThis PR updates the ERC-8004 tools reference documentation to include additional supported networks and explicit chain IDs for all listed networks. Specifically, it adds Arbitrum, Arbitrum Sepolia, Sepolia, Base Sepolia, and Polygon Amoy to the introductory network list. The change is documentation-only and improves consistency/clarity for network selection. Sensitive ContentNo sensitive content detected. Security IssuesNo serious security issues detected. Generated by Hashdit Bot. This tool can absolutely NOT replace manual audits. |
ERC-8004 reference was missing Arbitrum, Arbitrum Sepolia, and specific testnets (Sepolia, Base Sepolia, Polygon Amoy). Also added chain IDs for all networks for consistency.