Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion skills/conduit-rpc-gateway/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion skills/conduit-rpc-gateway/rules/networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down