mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
19286bf5ed
commit
6fd3b5f564
25
_data/chains/eip155-69420.json
Normal file
25
_data/chains/eip155-69420.json
Normal 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"
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue
Block a user