mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
48f4ad2e1f
Co-authored-by: kodabs <kodabsxshin@gmail.com>
24 lines
473 B
JSON
24 lines
473 B
JSON
{
|
|
"name": "Wegochain Rubidium Mainnet",
|
|
"chain": "RBD",
|
|
"rpc": [
|
|
"https://proxy.wegochain.io",
|
|
"http://wallet.wegochain.io:7764"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Rubid",
|
|
"symbol": "RBD",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.wegochain.io",
|
|
"shortName": "rbd",
|
|
"chainId": 5869,
|
|
"networkId": 5869,
|
|
"explorers": [{
|
|
"name": "wegoscan2",
|
|
"url": "https://scan2.wegochain.io",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|