Skip to content

Commit 6e849e0

Browse files
authored
Merge pull request #1 from radiustechsystems/radius-testnet
feat: add radius testnet
2 parents 14716c3 + 344fc73 commit 6e849e0

3 files changed

Lines changed: 40 additions & 0 deletions

File tree

_data/chains/eip155-72344.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "Radius Network Testnet",
3+
"chain": "RAD",
4+
"rpc": ["https://rpc.testnet.radiustech.xyz"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "Radius USD",
8+
"symbol": "RUSD",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://radiustech.xyz",
12+
"shortName": "rad",
13+
"chainId": 72344,
14+
"networkId": 72344,
15+
"icon": "rad",
16+
"explorers": [
17+
{
18+
"name": "Radius Network Testnet Explorer",
19+
"url": "https://testnet.radiustech.xyz",
20+
"standard": "none"
21+
}
22+
],
23+
"features": [
24+
{
25+
"name": "EIP155"
26+
},
27+
{
28+
"name": "EIP1559"
29+
}
30+
]
31+
}

_data/icons/rad.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafkreig2wmsrbj5jzfykmskzprl6zml6zlxce3326iqjcvfwzqpmtfiora",
4+
"width": 1674,
5+
"height": 1367,
6+
"format": "svg"
7+
}
8+
]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1673.2 1366.29"><defs><style>.cls-1{fill:#1f1f25;}</style></defs><path class="cls-1" d="M1230.42,440.67c-106.36-106.35-265.81-128.04-393.82-65.07-128.01-62.98-287.47-41.29-393.82,65.07-133.6,133.6-133.6,350.99,0,484.59,64.72,64.72,150.77,100.36,242.3,100.36,53.49,0,105.09-12.19,151.67-35.22,47.57,23.37,99.47,35.06,151.37,35.06,87.75,0,175.5-33.4,242.3-100.2,133.6-133.6,133.6-350.99,0-484.59ZM1174.39,496.7c41.27,41.27,65.94,92.94,74.04,146.65h-223.15c-8.55-74.11-41.18-145.95-97.91-202.68-3.76-3.76-7.6-7.4-11.49-10.95,88.94-25.2,188.63-2.89,258.5,66.98ZM836.65,898.5c-12.22-8.6-23.87-18.34-34.79-29.26-102.71-102.71-102.71-269.83,0-372.54,10.91-10.9,22.55-20.64,34.75-29.23,12.2,8.59,23.84,18.32,34.75,29.23,102.71,102.71,102.71,269.83,0,372.54-10.83,10.83-22.44,20.6-34.7,29.26ZM498.81,496.7c69.88-69.86,169.57-92.18,258.5-66.98-3.89,3.55-7.73,7.19-11.49,10.95-56.73,56.73-89.36,128.57-97.91,202.68h-223.15c8.1-53.71,32.78-105.38,74.04-146.65ZM685.08,946.39c-70.36,0-136.51-27.4-186.27-77.16-41.27-41.27-65.94-92.94-74.04-146.65h223.15c8.55,74.11,41.18,145.95,97.91,202.68,3.81,3.81,7.7,7.5,11.64,11.09-23.25,6.6-47.55,10.03-72.39,10.03ZM1174.39,869.24c-69.88,69.87-169.57,92.19-258.5,66.99,3.9-3.56,7.73-7.21,11.49-10.96,56.73-56.73,89.36-128.57,97.91-202.68h223.15c-8.1,53.71-32.78,105.38-74.04,146.65Z"/></svg>

0 commit comments

Comments
 (0)