mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add Etica Protocol * Add Etica Protocol * Add Etica Protocol * Add Etica Protocol * Add Etica Protocol Co-authored-by: Kevin Wad <k.w.x.m.r@protonmail.com>
32 lines
681 B
JSON
32 lines
681 B
JSON
{
|
|
"name": "Etica Mainnet",
|
|
"chain": "Etica Protocol (ETI/EGAZ)",
|
|
"icon": "etica",
|
|
"rpc": [
|
|
"https://eticamainnet.eticascan.org",
|
|
"https://eticamainnet.eticaprotocol.org"
|
|
],
|
|
"faucets": ["http://faucet.etica-stats.org/"],
|
|
"nativeCurrency": {
|
|
"name": "EGAZ",
|
|
"symbol": "EGAZ",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://eticaprotocol.org",
|
|
"shortName": "Etica",
|
|
"chainId": 61803,
|
|
"networkId": 61803,
|
|
"explorers": [
|
|
{
|
|
"name": "eticascan",
|
|
"url": "https://eticascan.org",
|
|
"standard": "EIP3091"
|
|
},
|
|
{
|
|
"name": "eticastats",
|
|
"url": "http://explorer.etica-stats.org",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|