mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add the Beverly Hills multi-client verkle testnet (#1615)
* Add the Beverly Hills multi-client verkle testnet * Update _data/chains/eip155-90210.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
f8750bd04c
commit
e7ec9d1ed1
24
_data/chains/eip155-90210.json
Normal file
24
_data/chains/eip155-90210.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Beverly Hills",
|
||||
"title": "Ethereum multi-client Verkle Testnet Beverly Hills",
|
||||
"chain": "ETH",
|
||||
"rpc": ["https://rpc.beverlyhills.ethdevops.io:8545"],
|
||||
"faucets": ["https://faucet.beverlyhills.ethdevops.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "Beverly Hills Testnet Ether",
|
||||
"symbol": "BVE",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://beverlyhills.ethdevops.io",
|
||||
"shortName": "bvhl",
|
||||
"chainId": 90210,
|
||||
"networkId": 90210,
|
||||
"status": "incubating",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Beverly Hills explorer",
|
||||
"url": "https://explorer.beverlyhills.ethdevops.io",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user