-
Notifications
You must be signed in to change notification settings - Fork 0
add Radius testnet / mainnet #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } | ||
| ] | ||
| } | ||
| 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
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think "Network" is intentional here (cc: @AlBorison @kevinkarwaski )
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I hope we don't do this... Radius Network Testnet sounds clunky.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this is to deduplicate from https://github.com/ethereum-lists/chains/blob/master/_data/chains/eip155-863.json
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How long should a |
||
| "chainId": 72344, | ||
| "networkId": 72344, | ||
| "icon": "rad", | ||
| "slip44": 1, | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What's
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. its a hint for the path of HD wallets - like |
||
| "explorers": [ | ||
| { | ||
| "name": "Radius Network Testnet Explorer", | ||
| "name": "Radius Testnet Explorer", | ||
| "url": "https://testnet.radiustech.xyz", | ||
| "standard": "none" | ||
| } | ||
|
|
||
| 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" | ||
| } | ||
| ] |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please no... :)