Add condrieu verkle testnet connection data (#1078)

* add a descriptor for the Condrieu verkle testnet

* add urls for RPC and explorer

* Update _data/chains/eip155-69420.json

* Update _data/chains/eip155-69420.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Guillaume Ballet 2022-04-13 14:04:35 +02:00 committed by GitHub
parent 19286bf5ed
commit 6fd3b5f564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,25 @@
{
"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"
}]
}