Skip to content

feat: add Radius Network support (eip155:723487)#32

Open
TJ-Frederick wants to merge 1 commit intomcpdotdirect:mainfrom
radiustechsystems:add-radius-network
Open

feat: add Radius Network support (eip155:723487)#32
TJ-Frederick wants to merge 1 commit intomcpdotdirect:mainfrom
radiustechsystems:add-radius-network

Conversation

@TJ-Frederick
Copy link
Copy Markdown

Summary

Add Radius Network (chain ID 723487) and its testnet (chain ID 72344) 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

Chain ID RPC Explorer
Mainnet 723487 https://rpc.radiustech.xyz https://network.radiustech.xyz
Testnet 72344 https://rpc.testnet.radiustech.xyz https://testnet.radiustech.xyz

Native currency: RUSD (Radius USD, 18 decimals).

Chain definitions already exist upstream — radius and radiusTestnet are exported from viem/chains as of viem 2.48.0, which satisfies this repo's ^2.39.3 dependency range. Also registered in ethereum-lists/chains (merged).

Links

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant