diff --git a/_data/chains/eip155-723.json b/_data/chains/eip155-723.json new file mode 100644 index 000000000000..db2fdf6a59b4 --- /dev/null +++ b/_data/chains/eip155-723.json @@ -0,0 +1,31 @@ +{ + "name": "Radius", + "chain": "RADIUS", + "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" + } + ] +} diff --git a/_data/chains/eip155-72344.json b/_data/chains/eip155-72344.json index adefd7aeeb02..d1112555f136 100644 --- a/_data/chains/eip155-72344.json +++ b/_data/chains/eip155-72344.json @@ -1,21 +1,23 @@ { - "name": "Radius Network Testnet", - "chain": "RAD", + "name": "Radius Testnet", + "chain": "RADIUS", "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", "chainId": 72344, "networkId": 72344, "icon": "rad", + "slip44": 1, "explorers": [ { - "name": "Radius Network Testnet Explorer", + "name": "Radius Testnet Explorer", "url": "https://testnet.radiustech.xyz", "standard": "none" } diff --git a/_data/icons/rad.json b/_data/icons/rad.json index 25d204b97533..d01e3a5a31fe 100644 --- a/_data/icons/rad.json +++ b/_data/icons/rad.json @@ -1,8 +1,8 @@ [ { "url": "ipfs://bafkreig2wmsrbj5jzfykmskzprl6zml6zlxce3326iqjcvfwzqpmtfiora", - "width": 1674, - "height": 1367, + "width": 1673, + "height": 1366, "format": "svg" } ]