chains/_data/chains/eip155-8898.json
mmtchain1 6e4e980939
add mmt icon and change name from Mammoth to Mammoth Mainnet (#1129)
* add mmt icon and change name from Mammoth to Mammoth Mainnet

* add QmaF5gi2CbDKsJ2UchNkjBqmWjv8JEDP3vePBmxeUHiaK4 icon file

Co-authored-by: haitao <46456212@qq.com>
2022-05-11 17:32:39 +02:00

30 lines
590 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"
}]
}