From e7ec9d1ed13a624eff1420e8deb045af4f89d749 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Mon, 19 Sep 2022 14:11:30 +0200 Subject: [PATCH] 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 --- _data/chains/eip155-90210.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-90210.json 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" + } + ] +}