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:
Guillaume Ballet 2022-09-19 14:11:30 +02:00 committed by GitHub
parent f8750bd04c
commit e7ec9d1ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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"
}
]
}