mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
563 B
JSON
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"
|
|
}
|
|
]
|
|
}
|