Skip to content

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

Closed
TJ-Frederick wants to merge 1 commit into
mcpdotdirect:mainfrom
radiustechsystems:add-radius-network
Closed

feat: add Radius Network support (eip155:723487)#32
TJ-Frederick wants to merge 1 commit into
mcpdotdirect: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
@TJ-Frederick

Copy link
Copy Markdown
Author

Closing this on our end — the repo looks quiet for the moment, and I don't want a stale PR cluttering your queue. Happy to reopen and rebase any time the maintainer wants to bring Radius support in; we'll be watching this repo and can refresh against current main on request. Thanks!

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