From f0c9285561b9710b21c31d983f4a3184d8fe4f75 Mon Sep 17 00:00:00 2001 From: ametsuramet Date: Tue, 15 Mar 2022 00:25:16 +0700 Subject: [PATCH] update haymo testnet (#975) * update haymo testnet * Update _data/chains/eip155-234666.json Co-authored-by: ligi --- _data/chains/eip155-234666.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _data/chains/eip155-234666.json diff --git a/_data/chains/eip155-234666.json b/_data/chains/eip155-234666.json new file mode 100644 index 00000000..2a1cc4e2 --- /dev/null +++ b/_data/chains/eip155-234666.json @@ -0,0 +1,19 @@ +{ + "name": "Haymo Testnet", + "chain": "tHYM", + "network": "testnet", + "rpc": [ + "https://testnet1.haymo.network" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "HAYMO", + "symbol": "HYM", + "decimals": 18 + }, + "infoURL": "https://haymoswap.web.app/", + "shortName": "hym", + "chainId": 234666, + "networkId": 234666 +}