mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
30 lines
600 B
JSON
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"
|
|
}
|
|
]
|
|
}
|