mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
464 B
JSON
24 lines
464 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",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|