chains/_data/chains/eip155-8898.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

30 lines
600 B
JSON

{
"name": "Mammoth Mainnet",
"title": "Mammoth Chain",
"chain": "MMT",
"rpc": [
"https://dataseed.mmtscan.io",
"https://dataseed1.mmtscan.io",
"https://dataseed2.mmtscan.io"
],
"faucets": ["https://faucet.mmtscan.io/"],
"nativeCurrency": {
"name": "Mammoth Token",
"symbol": "MMT",
"decimals": 18
},
"infoURL": "https://mmtchain.io/",
"shortName": "mmt",
"chainId": 8898,
"networkId": 8898,
"icon": "mmt",
"explorers": [
{
"name": "mmtscan",
"url": "https://mmtscan.io",
"standard": "EIP3091",
"icon": "mmt"
}
]
}