Skip to content
Open
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
31 changes: 31 additions & 0 deletions _data/chains/eip155-723.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "Radius",
"chain": "RADIUS",
Comment on lines +2 to +3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably also wants to be Radius Network

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please no... :)

"rpc": ["https://rpc.radiustech.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "Radius USD",
"symbol": "RUSD",
"decimals": 18
},
"infoURL": "https://radiustech.xyz",
"shortName": "radius",
"chainId": 723,
"networkId": 723,
"icon": "rad",
"explorers": [
{
"name": "Radius Explorer",
"url": "https://explorer.radiustech.xyz",
"standard": "none"
}
],
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
]
}
12 changes: 7 additions & 5 deletions _data/chains/eip155-72344.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{
"name": "Radius Network Testnet",
"chain": "RAD",
"name": "Radius Testnet",
"chain": "RADIUS",
Comment on lines -2 to +3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think "Network" is intentional here (cc: @AlBorison @kevinkarwaski )

Copy link
Member Author

@anders94 anders94 Feb 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope we don't do this... Radius Network Testnet sounds clunky.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aah, I see. Do we have to be unique though?

"rpc": ["https://rpc.testnet.radiustech.xyz"],
"faucets": [],
"faucets": ["https://testnet.radiustech.xyz/testnet/faucet"],

"nativeCurrency": {
"name": "Radius USD",
"symbol": "RUSD",
"decimals": 18
},
"infoURL": "https://radiustech.xyz",
"shortName": "rad",
"shortName": "radius-testnet",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How long should a shortName be?

"chainId": 72344,
"networkId": 72344,
"icon": "rad",
"slip44": 1,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's slip44

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its a hint for the path of HD wallets - like 1/0/0/0 or whatever. its one of those fields. testnets are always 1 whereas mainnets are like 44 or something - i forget

"explorers": [
{
"name": "Radius Network Testnet Explorer",
"name": "Radius Testnet Explorer",
"url": "https://testnet.radiustech.xyz",
"standard": "none"
}
Expand Down
4 changes: 2 additions & 2 deletions _data/icons/rad.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"url": "ipfs://bafkreig2wmsrbj5jzfykmskzprl6zml6zlxce3326iqjcvfwzqpmtfiora",
"width": 1674,
"height": 1367,
"width": 1673,
"height": 1366,
"format": "svg"
}
]
Loading