feat: add Radius Network support (eip155:723487)#32
Open
TJ-Frederick wants to merge 1 commit intomcpdotdirect:mainfrom
Open
feat: add Radius Network support (eip155:723487)#32TJ-Frederick wants to merge 1 commit intomcpdotdirect:mainfrom
TJ-Frederick wants to merge 1 commit intomcpdotdirect:mainfrom
Conversation
Adds Radius Network (chain ID 723487) and Radius Testnet (chain ID 72344) to the chains registry, following the pattern used for other EVM chains. - Import `radius` and `radiusTestnet` from viem/chains (available since viem 2.48.0; the repo's `^2.39.3` range accepts it). - Add entries to `chainMap`, `networkNameMap` (with `radius` / `radius-network` / `radiusnetwork` aliases for mainnet and `radius-testnet` / `radiustestnet` for testnet), and `rpcUrlMap`. - Add both networks to the Supported Networks list in README.md. Radius Network is a stablecoin-native EVM platform with ~500ms finality and sub-penny gas. Registered in ethereum-lists/chains (#8168, merged). Website: https://radiustech.xyz Docs: https://docs.radiustech.xyz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Radius Network (chain ID
723487) and its testnet (chain ID72344) as supported EVM chains.Radius Network is an EVM-compatible platform optimized for agentic micropayments, with sub-penny transaction costs and sub-second finality. Adding it to this MCP server lets AI agents read Radius state and execute transactions via the existing tools.
Chain details
Native currency: RUSD (Radius USD, 18 decimals).
Chain definitions already exist upstream —
radiusandradiusTestnetare exported fromviem/chainsas of viem 2.48.0, which satisfies this repo's^2.39.3dependency range. Also registered in ethereum-lists/chains (merged).Links