diff --git a/_data/chains/eip155-2023.json b/_data/chains/eip155-2023.json new file mode 100644 index 00000000..5379a36d --- /dev/null +++ b/_data/chains/eip155-2023.json @@ -0,0 +1,25 @@ +{ + "name": "Hupayx Testnet", + "chain": "HPX", + "rpc": [ + "http://rpc-test.hupayx.io", + "ws://rpc-ws-test.hupayx.io" + ], + "faucets": [ + + ], + "nativeCurrency": { + "name": "Hupayx", + "symbol": "HPX", + "decimals": 18 + }, + "infoURL": "http://hupayx.io", + "shortName": "hpx", + "chainId": 2023, + "networkId": 2023, + "explorers": [{ + "name": "HPX Explorer", + "url": "https://scan-test.hupayx.io", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-22023.json b/_data/chains/eip155-22023.json new file mode 100644 index 00000000..a42c4b9f --- /dev/null +++ b/_data/chains/eip155-22023.json @@ -0,0 +1,25 @@ +{ + "name": "Hupayx Mainnet", + "chain": "HPX", + "rpc": [ + "http://rpc.hupayx.io", + "ws://rpc-ws.hupayx.io" + ], + "faucets": [ + + ], + "nativeCurrency": { + "name": "Hupayx", + "symbol": "HPX", + "decimals": 18 + }, + "infoURL": "http://hupayx.io", + "shortName": "hpx", + "chainId": 22023, + "networkId": 22023, + "explorers": [{ + "name": "HPX Explorer", + "url": "https://scan.hupayx.io", + "standard": "EIP3091" + }] +}