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 * Update _data/chains/eip155-90210.json Co-authored-by: ligi <ligi@ligi.de>
25 lines
638 B
JSON
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"
|
|
}
|
|
]
|
|
}
|