From 161c3f7ed60079a6992df141ff84aaf858c452dd Mon Sep 17 00:00:00 2001 From: Jeff Reiner <8116716+mirshko@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:44:57 +0200 Subject: [PATCH] Update supported chain lists to Tempo, Plume, and Polygon Katana (60+) --- README.md | 2 +- skills/conduit-rpc-gateway/SKILL.md | 2 +- skills/conduit-rpc-gateway/rules/networks.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0342d9f..144ec6a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Agent Skills for integrating [Conduit](https://conduit.xyz) RPC infrastructure i ### `skills/conduit-rpc-gateway` -Paid JSON-RPC access to all Conduit chains via the [Machine Payments Protocol](https://mpp.dev/overview). Supports 59+ networks including Tempo, Zora, Mode, BOB, and more. +Paid JSON-RPC access to all Conduit chains via the [Machine Payments Protocol](https://mpp.dev/overview). Supports 60+ networks including Tempo, Plume, and Polygon Katana. - **Auth**: MPP session (pay-as-you-go payment channels via Tempo) - **Cost**: $0.00005 per JSON-RPC call diff --git a/skills/conduit-rpc-gateway/SKILL.md b/skills/conduit-rpc-gateway/SKILL.md index 6d71522..f4d0754 100644 --- a/skills/conduit-rpc-gateway/SKILL.md +++ b/skills/conduit-rpc-gateway/SKILL.md @@ -43,7 +43,7 @@ https://mpp.conduit.xyz ## Use when -- The user asks to query a Conduit chain (Tempo, Zora, Mode, BOB, etc.) +- The user asks to query a Conduit chain (Tempo, Plume, Polygon Katana, etc.) - An agent needs to make EVM JSON-RPC calls to a Conduit chain - Fetching chain data: block numbers, balances, transaction receipts, contract reads - The user mentions Conduit, Conduit chains, or any Conduit-hosted chain diff --git a/skills/conduit-rpc-gateway/rules/networks.md b/skills/conduit-rpc-gateway/rules/networks.md index dee77ea..5b0f4e1 100644 --- a/skills/conduit-rpc-gateway/rules/networks.md +++ b/skills/conduit-rpc-gateway/rules/networks.md @@ -2,7 +2,7 @@ ## Supported networks -All networks listed on the [Conduit Hub](https://hub.conduit.xyz) or configured as discoverable are automatically supported. This includes 59+ networks such as Tempo, Zora, Mode, BOB, Derive, and many more. +All networks listed on the [Conduit Hub](https://hub.conduit.xyz) or configured as discoverable are automatically supported. This includes 60+ networks such as Tempo, Plume, and Polygon Katana. For more on Conduit's RPC infrastructure, see the [Conduit RPC Nodes docs](https://docs.conduit.xyz/rpc-nodes/overview).