chains/_data/chains/eip155-1819.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

34 lines
841 B
JSON

{
"name": "Cube Chain Testnet",
"chain": "Cube",
"icon": "cube",
"rpc": [
"https://http-testnet.cube.network",
"wss://ws-testnet.cube.network",
"https://http-testnet-sg.cube.network",
"wss://ws-testnet-sg.cube.network",
"https://http-testnet-jp.cube.network",
"wss://ws-testnet-jp.cube.network",
"https://http-testnet-us.cube.network",
"wss://ws-testnet-us.cube.network"
],
"faucets": ["https://faucet.cube.network"],
"nativeCurrency": {
"name": "Cube Chain Test Native Token",
"symbol": "CUBET",
"decimals": 18
},
"infoURL": "https://www.cube.network",
"shortName": "cubet",
"chainId": 1819,
"networkId": 1819,
"slip44": 1819,
"explorers": [
{
"name": "cubetest-scan",
"url": "https://testnet.cubescan.network",
"standard": "EIP3091"
}
]
}