From 67c9637099cae9c3c518b8e1a3e4a617de510932 Mon Sep 17 00:00:00 2001 From: UVToken <111264713+UVToken@users.noreply.github.com> Date: Mon, 3 Apr 2023 19:20:30 +0800 Subject: [PATCH] Add Taf Eco Mainnet (#2572) * Add TafEco Chain * Add TafEco Logo * Update eip155-224168.json * Update eip155-224168.json * Add Taf ECO Chain Add Taf ECO Chain * Delete eip155-224168.json * Add Taf Eco json file --------- Co-authored-by: ligi --- _data/chains/eip155-224168.json | 23 +++++++++++++++++++++++ _data/icons/taf.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-224168.json create mode 100644 _data/icons/taf.json diff --git a/_data/chains/eip155-224168.json b/_data/chains/eip155-224168.json new file mode 100644 index 00000000..aaeae186 --- /dev/null +++ b/_data/chains/eip155-224168.json @@ -0,0 +1,23 @@ +{ + "name": "Taf ECO Chain Mainnet", + "chain": "Taf ECO Chain", + "icon": "taf", + "rpc": ["https://mainnet.tafchain.com/v1"], + "faucets": [], + "nativeCurrency": { + "name": "Taf ECO Chain Mainnet", + "symbol": "TAFECO", + "decimals": 18 + }, + "infoURL": "https://www.tafchain.com", + "shortName": "TAFECO", + "chainId": 224168, + "networkId": 224168, + "explorers": [ + { + "name": "Taf ECO Chain Mainnet", + "url": "https://ecoscan.tafchain.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/taf.json b/_data/icons/taf.json new file mode 100644 index 00000000..4329b0f6 --- /dev/null +++ b/_data/icons/taf.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreigpxhu7glccsislhjqpl5fnsfmj2io4cy33blhky642uiuyojossy", + "width": 400, + "height": 400, + "format": "png" + } +]