add urls for RPC and explorer

This commit is contained in:
Guillaume Ballet 2022-04-13 13:41:36 +02:00
parent 443cfd9b36
commit be201a64d3

View File

@ -2,7 +2,9 @@
"name": "Condrieu", "name": "Condrieu",
"title": "Ethereum Verkle Testnet Condrieu", "title": "Ethereum Verkle Testnet Condrieu",
"chain": "ETH", "chain": "ETH",
"rpc": [], "rpc": [
"https://rpc.condrieu.ethdevops.io:8545"
],
"faucets": [ "faucets": [
"https://faucet.condrieu.ethdevops.io" "https://faucet.condrieu.ethdevops.io"
], ],
@ -15,5 +17,7 @@
"shortName": "cndr", "shortName": "cndr",
"chainId": 69420, "chainId": 69420,
"networkId": 69420, "networkId": 69420,
"explorers": [] "explorers": [
"https://explorer.condrieu.ethdevops.io"
]
} }