From a536b1a57e8c91271630f09b2dcd5a59eea66b61 Mon Sep 17 00:00:00 2001 From: Alex Kaffetzakis Date: Mon, 6 Jan 2025 20:45:20 +0200 Subject: [PATCH] Add B4 Testnet (19934) --- _data/chains/eip155-19934.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _data/chains/eip155-19934.json diff --git a/_data/chains/eip155-19934.json b/_data/chains/eip155-19934.json new file mode 100644 index 000000000000..ebfb23ca99c2 --- /dev/null +++ b/_data/chains/eip155-19934.json @@ -0,0 +1,22 @@ +{ + "name": "B4 Testnet", + "chain": "ETH", + "rpc": [ + "https://b4-testnet.rpc.caldera.xyz/http", + "wss://b4-testnet.rpc.caldera.xyz/ws" + ], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "shortName": "b4-testnet", + "chainId": 19934, + "networkId": 19934, + "explorers": [{ + "name": "B4 Testnet Explorer", + "url": "https://b4-testnet.explorer.caldera.xyz", + "standard": "EIP3091" + }] + } \ No newline at end of file