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

24 lines
563 B
JSON

{
"name": "Condrieu",
"title": "Ethereum Verkle Testnet Condrieu",
"chain": "ETH",
"rpc": ["https://rpc.condrieu.ethdevops.io:8545"],
"faucets": ["https://faucet.condrieu.ethdevops.io"],
"nativeCurrency": {
"name": "Condrieu Testnet Ether",
"symbol": "CTE",
"decimals": 18
},
"infoURL": "https://condrieu.ethdevops.io",
"shortName": "cndr",
"chainId": 69420,
"networkId": 69420,
"explorers": [
{
"name": "Condrieu explorer",
"url": "https://explorer.condrieu.ethdevops.io",
"standard": "none"
}
]
}