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