chains/_data/chains/eip155-1031.json
theproxydev 849c45ca84
add proxy network blockchain (#2152)
* add proxy network blockchain

* Update _data/chains/eip155-1031.json

Co-authored-by: ligi <ligi@ligi.de>
2023-01-17 13:31:28 +01:00

23 lines
471 B
JSON

{
"name": "Proxy Network Testnet",
"chain": "Proxy Network",
"rpc": ["http://128.199.94.183:8041"],
"faucets": [],
"nativeCurrency": {
"name": "PRX",
"symbol": "PRX",
"decimals": 18
},
"infoURL": "https://theproxy.network",
"shortName": "prx",
"chainId": 1031,
"networkId": 1031,
"explorers": [
{
"name": "proxy network testnet",
"url": "http://testnet-explorer.theproxy.network",
"standard": "EIP3091"
}
]
}