mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
18 lines
301 B
JSON
18 lines
301 B
JSON
{
|
|
"name": "cheapETH",
|
|
"chain": "cheapETH",
|
|
"rpc": [
|
|
"https://node.cheapeth.org/rpc"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "cTH",
|
|
"symbol": "cTH",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://cheapeth.org/",
|
|
"shortName": "cth",
|
|
"chainId": 777,
|
|
"networkId": 777
|
|
}
|