add proxy network blockchain (#2152)

* add proxy network blockchain

* Update _data/chains/eip155-1031.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
theproxydev 2023-01-17 19:31:28 +07:00 committed by GitHub
parent 1f054f7399
commit 849c45ca84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
{
"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"
}
]
}