diff --git a/_data/chains/eip155-90210.json b/_data/chains/eip155-90210.json new file mode 100644 index 00000000..6f9bcfe3 --- /dev/null +++ b/_data/chains/eip155-90210.json @@ -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" + } + ] +}