chains/_data/chains/eip155-1818.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

32 lines
709 B
JSON

{
"name": "Cube Chain Mainnet",
"chain": "Cube",
"icon": "cube",
"rpc": [
"https://http-mainnet.cube.network",
"wss://ws-mainnet.cube.network",
"https://http-mainnet-sg.cube.network",
"wss://ws-mainnet-sg.cube.network",
"https://http-mainnet-us.cube.network",
"wss://ws-mainnet-us.cube.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Cube Chain Native Token",
"symbol": "CUBE",
"decimals": 18
},
"infoURL": "https://www.cube.network",
"shortName": "cube",
"chainId": 1818,
"networkId": 1818,
"slip44": 1818,
"explorers": [
{
"name": "cube-scan",
"url": "https://cubescan.network",
"standard": "EIP3091"
}
]
}