modify testnet shortName

This commit is contained in:
eunjay lee 2022-03-14 09:50:38 +09:00
parent 5ffc818ea2
commit e23373c30d
2 changed files with 10 additions and 11 deletions

View File

@ -2,25 +2,24 @@
"name": "Hupayx Testnet", "name": "Hupayx Testnet",
"chain": "HPX", "chain": "HPX",
"rpc": [ "rpc": [
"http://rpc-test.hupayx.io", "http://rpc-test.hupayx.io:8545",
"ws://rpc-ws-test.hupayx.io" "ws://rpc-ws-test.hupayx.io:8546"
], ],
"faucets": [ "faucets": [
"http://faucet-test.hupayx.io/"
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "Hupayx", "name": "Hupayx Test Coin",
"symbol": "HPX", "symbol": "THPX",
"decimals": 18 "decimals": 18
}, },
"infoURL": "http://hupayx.io", "infoURL": "http://hupayx.io",
"shortName": "hpx", "shortName": "thpx",
"chainId": 2023, "chainId": 2023,
"networkId": 2023, "networkId": 2023,
"icon": "hupayx",
"explorers": [{ "explorers": [{
"name": "HPX Explorer", "name": "HPX Test Explorer",
"url": "https://scan-test.hupayx.io", "url": "http://evmscan-test.hupayx.io/",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
} }

View File

@ -2,8 +2,8 @@
"name": "Hupayx Mainnet", "name": "Hupayx Mainnet",
"chain": "HPX", "chain": "HPX",
"rpc": [ "rpc": [
"http://rpc.hupayx.io", "https://rpc.hupayx.io:8545",
"ws://rpc-ws.hupayx.io" "wss://rpc-ws.hupayx.io:8546"
], ],
"faucets": [ "faucets": [