mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Ethermint Testnet (#182)
* add ethermint testnet * change chainID and shortName
This commit is contained in:
parent
3a7de19c4a
commit
43e0e283a6
18
_data/chains/eip155-777.json
Normal file
18
_data/chains/eip155-777.json
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user