From 35211bd208422de03a13e70b432ebc6570a559ac Mon Sep 17 00:00:00 2001 From: OGUNLEYE AYO DAMOLA <104855549+ogunleye0720@users.noreply.github.com> Date: Sat, 25 Jan 2025 21:01:35 +0100 Subject: [PATCH] Added Haust Network Testnet chain (#6656) * Added Haust Network Testnet * updated eip155-1523903251 * Fixed the missing line at the end of file --------- Co-authored-by: ligi --- _data/chains/eip155-1523903251.json | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 _data/chains/eip155-1523903251.json diff --git a/_data/chains/eip155-1523903251.json b/_data/chains/eip155-1523903251.json new file mode 100644 index 000000000000..97cb70fa898b --- /dev/null +++ b/_data/chains/eip155-1523903251.json @@ -0,0 +1,32 @@ +{ + "name": "Haust Network Testnet", + "title": "Haust Network Testnet", + "chain": "haust-network-testnet", + "rpc": ["https://rpc-testnet.haust.app"], + "features": [{ "name": "EIP155" }], + "faucets": ["https://faucet.haust.app"], + "status": "active", + "nativeCurrency": { + "name": "HAUST", + "symbol": "HAUST", + "decimals": 18 + }, + "infoURL": "https://haust.network/", + "shortName": "HaustTestnet", + "chainId": 1523903251, + "networkId": 1523903251, + "icon": "haust", + "explorers": [ + { + "name": "Haust Network Testnet Explorer", + "url": "https://explorer-testnet.haust.app", + "icon": "haust", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [{ "url": "https://bridge-testnet.haust.app" }] + } +}