Update rpc url & info(eip155-110) (#301)

* Add Proton TestNet(eip155-110)

* remove: explorer

* Update rpc url & info(eip155-110)
This commit is contained in:
Inho Lee 2021-06-17 04:31:47 +09:00 committed by GitHub
parent 7f1e5b5f57
commit 46bd2ef310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
{ {
"name": "Proton Testnet", "name": "Proton Testnet",
"chain": "proton", "chain": "XPR",
"network": "testnet", "network": "testnet",
"rpc": [ "rpc": [
"https://testnet.protonchain.com" "https://protontestnet.greymass.com/"
], ],
"faucets": [ "faucets": [
], ],
@ -13,7 +13,7 @@
"decimals": 4 "decimals": 4
}, },
"infoURL": "https://protonchain.com", "infoURL": "https://protonchain.com",
"shortName": "Proton Testnet", "shortName": "xpr",
"chainId": 110, "chainId": 110,
"networkId": 110 "networkId": 110
} }