Add Proton TestNet(eip155-110) (#294)

* Add Proton TestNet(eip155-110)

* remove: explorer
This commit is contained in:
Inho Lee 2021-06-15 04:32:01 +09:00 committed by GitHub
parent 20cd7c768e
commit c2750a463f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
{
"name": "Proton Testnet",
"chain": "proton",
"network": "testnet",
"rpc": [
"https://testnet.protonchain.com"
],
"faucets": [
],
"nativeCurrency": {
"name": "Proton",
"symbol": "XPR",
"decimals": 4
},
"infoURL": "https://protonchain.com",
"shortName": "Proton Testnet",
"chainId": 110,
"networkId": 110
}