mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
469 B
JSON
24 lines
469 B
JSON
{
|
|
"name": "Raba Network Mainnet",
|
|
"chain": "Raba",
|
|
"icon": "raba",
|
|
"rpc": ["https://rpc.x.raba.app/", "wss://rpc.x.raba.app/ws/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Raba",
|
|
"symbol": "RABA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://x.raba.app/",
|
|
"shortName": "raba",
|
|
"chainId": 7484,
|
|
"networkId": 7484,
|
|
"explorers": [
|
|
{
|
|
"name": "raba",
|
|
"url": "https://x.raba.app/explorer",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|