chains/_data/chains/eip155-49.json
LuxesOwen 60b9b5bf37
new fork to add ETMP chains (#1796)
* add ETMP network

* add etmp icon

* prettier

Co-authored-by: hhq365 <hhq365@163.com>
2022-11-03 18:14:28 +01:00

25 lines
490 B
JSON

{
"name": "Ennothem Testnet Pioneer",
"chain": "ETMP",
"rpc": ["https://rpc.pioneer.etm.network"],
"faucets": [],
"nativeCurrency": {
"name": "Ennothem",
"symbol": "ETMP",
"decimals": 18
},
"infoURL": "https://etm.network",
"shortName": "etmpTest",
"chainId": 49,
"networkId": 49,
"icon": "etmp",
"explorers": [
{
"name": "etmp",
"url": "https://pioneer.etmscan.network",
"icon": "etmpscan",
"standard": "EIP3091"
}
]
}