From 86ab2e1891606a3c4f51f9cbedaaf9782385b4a9 Mon Sep 17 00:00:00 2001 From: mefai-dev Date: Fri, 13 Mar 2026 23:16:18 +0000 Subject: [PATCH] Add missing networks and chain IDs to ERC-8004 reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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 --- skills/bnbchain-mcp-skill/references/erc8004-tools-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/bnbchain-mcp-skill/references/erc8004-tools-reference.md b/skills/bnbchain-mcp-skill/references/erc8004-tools-reference.md index 3e74136..389a132 100644 --- a/skills/bnbchain-mcp-skill/references/erc8004-tools-reference.md +++ b/skills/bnbchain-mcp-skill/references/erc8004-tools-reference.md @@ -1,6 +1,6 @@ # ERC-8004 agent tools reference -Register and resolve AI agents on the ERC-8004 Identity Registry. Supported networks: BSC (56), BSC Testnet (97), Ethereum, Base, Polygon, and their testnets where the official registry is deployed. +Register and resolve AI agents on the ERC-8004 Identity Registry. Supported networks: BSC (56), BSC Testnet (97), Ethereum (1), Sepolia (11155111), Base (8453), Base Sepolia (84532), Polygon (137), Polygon Amoy (80002), Arbitrum (42161), Arbitrum Sepolia (421614). **agentURI** must point to a JSON metadata file following the Agent Metadata Profile: name, description, image, and `services` (e.g. MCP endpoint).