mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
modify testnet shortName
This commit is contained in:
parent
5ffc818ea2
commit
e23373c30d
|
@ -2,25 +2,24 @@
|
|||
"name": "Hupayx Testnet",
|
||||
"chain": "HPX",
|
||||
"rpc": [
|
||||
"http://rpc-test.hupayx.io",
|
||||
"ws://rpc-ws-test.hupayx.io"
|
||||
"http://rpc-test.hupayx.io:8545",
|
||||
"ws://rpc-ws-test.hupayx.io:8546"
|
||||
],
|
||||
"faucets": [
|
||||
|
||||
"http://faucet-test.hupayx.io/"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Hupayx",
|
||||
"symbol": "HPX",
|
||||
"name": "Hupayx Test Coin",
|
||||
"symbol": "THPX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "http://hupayx.io",
|
||||
"shortName": "hpx",
|
||||
"shortName": "thpx",
|
||||
"chainId": 2023,
|
||||
"networkId": 2023,
|
||||
"icon": "hupayx",
|
||||
"explorers": [{
|
||||
"name": "HPX Explorer",
|
||||
"url": "https://scan-test.hupayx.io",
|
||||
"name": "HPX Test Explorer",
|
||||
"url": "http://evmscan-test.hupayx.io/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"name": "Hupayx Mainnet",
|
||||
"chain": "HPX",
|
||||
"rpc": [
|
||||
"http://rpc.hupayx.io",
|
||||
"ws://rpc-ws.hupayx.io"
|
||||
"https://rpc.hupayx.io:8545",
|
||||
"wss://rpc-ws.hupayx.io:8546"
|
||||
],
|
||||
"faucets": [
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user