From bd5d6bbe991719a2c14ae341f5358ede0d22b793 Mon Sep 17 00:00:00 2001 From: MammothDevMaster <101684204+MammothDevMaster@users.noreply.github.com> Date: Mon, 16 Jan 2023 21:22:27 +0900 Subject: [PATCH] add Giant Mammoth Chain (#2109) * 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 Co-authored-by: ligi --- _data/chains/eip155-8989.json | 25 +++++++++++++++++++++++++ _data/icons/gmmt.json | 8 ++++++++ 2 files changed, 33 insertions(+) create mode 100644 _data/chains/eip155-8989.json create mode 100644 _data/icons/gmmt.json diff --git a/_data/chains/eip155-8989.json b/_data/chains/eip155-8989.json new file mode 100644 index 00000000..aa68d663 --- /dev/null +++ b/_data/chains/eip155-8989.json @@ -0,0 +1,25 @@ +{ + "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" + } + ] +} diff --git a/_data/icons/gmmt.json b/_data/icons/gmmt.json new file mode 100644 index 00000000..1f8a6e18 --- /dev/null +++ b/_data/icons/gmmt.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVth4aPeskDTFqRifUugJx6gyEHCmx2PFbMWUtsCSQFkF", + "width": 468, + "height": 518, + "format": "png" + } +]