From 8d5de4e0e613bb1cae0668b912ac5211de773cb4 Mon Sep 17 00:00:00 2001 From: ej-ri <90830678+ej-ri@users.noreply.github.com> Date: Mon, 9 May 2022 00:22:54 +0900 Subject: [PATCH] Pr/2023 (#1110) * Create Hupayx Network 2023, 22023 * Create Hupayx Network 2023, 22023 * modify testnet shortName * modify mainnet name * modify mainnet name * error fixed --- _data/chains/eip155-2023.json | 30 ++++++++++++++++++++++++++++++ _data/chains/eip155-22023.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 _data/chains/eip155-2023.json create mode 100644 _data/chains/eip155-22023.json diff --git a/_data/chains/eip155-2023.json b/_data/chains/eip155-2023.json new file mode 100644 index 00000000..78e647da --- /dev/null +++ b/_data/chains/eip155-2023.json @@ -0,0 +1,30 @@ +{ + "name": "Taycan Testnet", + "chain": "Taycan", + "rpc": [ + "https://test-taycan.hupayx.io" + ], + "faucets": [ + "https://ttaycan-faucet.hupayx.io/" + ], + "nativeCurrency": { + "name": "test-Shuffle", + "symbol": "tSFL", + "decimals": 18 + }, + "infoURL": "https://hupayx.io", + "shortName": "taycan-testnet", + "chainId": 2023, + "networkId": 2023, + "explorers": [{ + "name": "Taycan Explorer(Blockscout)", + "url": "https://evmscan-test.hupayx.io", + "standard": "none" + }, + { + "name": "Taycan Cosmos Explorer", + "url": "https://cosmoscan-test.hupayx.io", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-22023.json b/_data/chains/eip155-22023.json new file mode 100644 index 00000000..bad3cd8a --- /dev/null +++ b/_data/chains/eip155-22023.json @@ -0,0 +1,28 @@ +{ + "name": "Taycan", + "chain": "Taycan", + "network": "mainnet", + "rpc": [ + "https://taycan-rpc.hupayx.io:8545" + ], + "faucets": [], + "nativeCurrency": { + "name": "shuffle", + "symbol": "SFL", + "decimals": 18 + }, + "infoURL": "https://hupayx.io", + "shortName": "SFL", + "chainId": 22023, + "networkId": 22023, + "explorers": [{ + "name": "Taycan Explorer(Blockscout)", + "url": "https://taycan-evmscan.hupayx.io", + "standard": "none" + }, + { + "name": "Taycan Cosmos Explorer(BigDipper)", + "url": "https://taycan-cosmoscan.hupayx.io", + "standard": "none" + }] +}