Add Ethermint Testnet (#182)

* add ethermint testnet

* change chainID and shortName
This commit is contained in:
Freddy Li 2021-03-11 15:36:02 -05:00 committed by GitHub
parent 3a7de19c4a
commit 43e0e283a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
{
"name": "Ethermint Testnet",
"chain": "ETHERMINT",
"network": "testnet",
"rpc": [
"http://54.210.246.165:8545"
],
"faucets": [],
"nativeCurrency": {
"name": "Photon",
"symbol": "Photon",
"decimals": 18
},
"infoURL": "https://docs.ethermint.zone",
"shortName": "emint",
"chainId": 777,
"networkId": 777
}