Skip to content
Closed
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: 20 additions & 11 deletions constants/additionalChainRegistry/chainid-192.js
Original file line number Diff line number Diff line change
@@ -1,26 +1,35 @@
export const data = {
"name": "Watr Mainnet",
"chain": "WATR",
"icon": "watr",
"name": "Aeru",
"chain": "ARU",
"icon": "aru",
"rpc": [
"https://rpc.watr.org/ext/bc/EypLFUSzC2wdbFJovYS3Af1E7ch1DJf7KxKoGR5QFPErxQkG1/rpc"
"https://rpc.aruscan.com",
"wss://wss.aruscan.com"
],
"faucets": [],
"nativeCurrency": {
"name": "WAT",
"symbol": "WAT",
"name": "Aeru",
"symbol": "ARU",
"decimals": 18
},
"infoURL": "https://www.watr.org",
"shortName": "watr-mainnet",
"features": [{ "name": "EIP155" }],
"infoURL": "https://atheru.org/",
"shortName": "aru",
"chainId": 192,
"networkId": 192,
"explorers": [
{
"name": "Watr Explorer",
"url": "https://explorer.watr.org",
"icon": "watr",
"name": "aruscan",
"url": "https://aruscan.com",
"standard": "EIP3091"
}
],
"icons": [
{
"url": "ipfs://bafkreihwgtuhhd7twd73f4lw42vlz5la47s5t5maotlvf5b26xxlmmbq7m",
"width": 4501,
"height": 4501,
"format": "png"
}
]
}
1 change: 1 addition & 0 deletions constants/chainIds.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default {
"177": "hsk",
"181": "water",
"185": "mint",
"192": "aru",
"196": "xlayer",
"199": "bittorrent",
"200": "xdaiarb",
Expand Down