From b9e55cf54f588fef9bd0fb137ecb3e66b6ba2c88 Mon Sep 17 00:00:00 2001 From: eunjay lee Date: Wed, 27 Apr 2022 11:16:32 +0900 Subject: [PATCH] modify mainnet name --- _data/chains/eip155-2023.json | 28 +++++++++++++++++----------- _data/chains/eip155-22023.json | 30 ++++++++++++++++-------------- _data/icons/hupayx.json | 8 -------- 3 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 _data/icons/hupayx.json diff --git a/_data/chains/eip155-2023.json b/_data/chains/eip155-2023.json index 711d926c..053891a5 100644 --- a/_data/chains/eip155-2023.json +++ b/_data/chains/eip155-2023.json @@ -1,25 +1,31 @@ { - "name": "Hupayx Testnet", - "chain": "HPX", + "name": "Taycan Testnet", + "chain": "Taycan", "rpc": [ - "http://rpc-test.hupayx.io:8545", - "ws://rpc-ws-test.hupayx.io:8546" + "https://test-taycan.hupayx.io", + "http://ttaycan-ws.hupayx.io:8546" ], "faucets": [ - "http://faucet-test.hupayx.io/" + "http://ttaycan-faucet.hupayx.io/" ], "nativeCurrency": { - "name": "Hupayx Test Coin", - "symbol": "THPX", + "name": "test-Shuffle", + "symbol": "tSFL", "decimals": 18 }, "infoURL": "http://hupayx.io", - "shortName": "thpx", + "shortName": "taycan-testnet", "chainId": 2023, "networkId": 2023, "explorers": [{ - "name": "HPX Test Explorer", + "name": "Taycan Explorer(Blockscout)", "url": "http://evmscan-test.hupayx.io/", - "standard": "EIP3091" - }] + "standard": "none" + }, + { + "name": "Taycan Cosmos Explorer", + "url": "http://cosmoscan-test.hupayx.io/", + "standard": "none" + } + ] } diff --git a/_data/chains/eip155-22023.json b/_data/chains/eip155-22023.json index d2f54c53..ef44c64a 100644 --- a/_data/chains/eip155-22023.json +++ b/_data/chains/eip155-22023.json @@ -1,26 +1,28 @@ { - "name": "Hupayx Mainnet", - "chain": "HPX", + "name": "Taycan", + "chain": "Taycan", + "network": "mainnet", "rpc": [ - "https://rpc.hupayx.io:8545", - "wss://rpc-ws.hupayx.io:8546" - ], - "faucets": [ - + "https://taycan-rpc.hupayx.io:8545" ], + "faucets": [], "nativeCurrency": { - "name": "Hupayx", - "symbol": "HPX", + "name": "shuffle", + "symbol": "SFL", "decimals": 18 }, "infoURL": "http://hupayx.io", - "shortName": "hpx", + "shortName": "SFL", "chainId": 22023, "networkId": 22023, - "icon": "hupayx", "explorers": [{ - "name": "HPX Explorer", - "url": "https://scan.hupayx.io", - "standard": "EIP3091" + "name": "Taycan Explorer(Blockscout)", + "url": "http://taycan-evmscan.hupayx.io/", + "standard": "none" + }, + { + "name": "Taycan Cosmos Explorer(BigDipper)", + "url": "http://taycan-cosmoscan.hupayx.io/", + "standard": "none" }] } diff --git a/_data/icons/hupayx.json b/_data/icons/hupayx.json deleted file mode 100644 index b132391f..00000000 --- a/_data/icons/hupayx.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "url": "ipfs://bafkreibodosjlmo6i7xqy4y7w5w6o6jnn2tqi5tfpgbq4mxrfy6n7ftio4", - "width": 1024, - "height": 1024, - "format": "svg" - } -]