Create Hupayx Network 2023, 22023

This commit is contained in:
eunjay lee 2022-03-11 12:21:54 +09:00
parent 31aa00db97
commit e20a5cbf08
2 changed files with 50 additions and 0 deletions

View File

@ -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"
}]
}

View File

@ -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"
}]
}