mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* add Giant Mammoth Chain * add Giant mammoth * no message * Update _data/icons/gmmt.json * Update _data/chains/eip155-8989.json * Update _data/icons/gmmt.json * use prettier * prettier update * Update _data/chains/eip155-8989.json * Update _data/icons/gmmt.json Co-authored-by: DESKTOP-ONQILRD\codberg <zack@codberg.com> Co-authored-by: ligi <ligi@ligi.de>
26 lines
525 B
JSON
26 lines
525 B
JSON
{
|
|
"name": "Giant Mammoth Mainnet",
|
|
"title": "Giant Mammoth Chain",
|
|
"chain": "GMMT",
|
|
"rpc": ["https://rpc-asia.gmmtchain.io"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Giant Mammoth Coin",
|
|
"symbol": "GMMT",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://gmmtchain.io/",
|
|
"shortName": "gmmt",
|
|
"chainId": 8989,
|
|
"networkId": 8989,
|
|
"icon": "gmmt",
|
|
"explorers": [
|
|
{
|
|
"name": "gmmtscan",
|
|
"url": "https://scan.gmmtchain.io",
|
|
"standard": "EIP3091",
|
|
"icon": "gmmt"
|
|
}
|
|
]
|
|
}
|