chains/_data/chains/eip155-90210.json
Guillaume Ballet e7ec9d1ed1
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>
2022-09-19 14:11:30 +02:00

25 lines
638 B
JSON

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