mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* add proxy network blockchain * Update _data/chains/eip155-1031.json Co-authored-by: ligi <ligi@ligi.de>
23 lines
471 B
JSON
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"
|
|
}
|
|
]
|
|
}
|