mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
32 lines
709 B
JSON
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"
|
|
}
|
|
]
|
|
}
|