From 5a01dbe9611ad5d9a88dd8aa7adbe484f2f469a6 Mon Sep 17 00:00:00 2001 From: chefBingbong <133646395+ChefBingbong@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:36:16 +0100 Subject: [PATCH] chore: add usdt on base (#495) --- lists/pancakeswap-base-default.json | 12 ++++++++++-- src/tokens/pancakeswap-base-default.json | 8 ++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/lists/pancakeswap-base-default.json b/lists/pancakeswap-base-default.json index 679da954..057982d7 100644 --- a/lists/pancakeswap-base-default.json +++ b/lists/pancakeswap-base-default.json @@ -1,10 +1,10 @@ { "name": "PancakeSwap Base Default", - "timestamp": "2024-06-20T14:30:47.146Z", + "timestamp": "2024-07-15T16:32:08.014Z", "version": { "major": 0, "minor": 0, - "patch": 9 + "patch": 10 }, "logoURI": "https://pancakeswap.finance/logo.png", "keywords": [ @@ -140,6 +140,14 @@ "chainId": 8453, "decimals": 18, "logoURI": "https://tokens.pancakeswap.finance/images/base/0x6985884C4392D348587B19cb9eAAf157F13271cd.png" + }, + { + "name": "Tether USDT", + "symbol": "USDT", + "address": "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2", + "chainId": 8453, + "decimals": 6, + "logoURI": "https://tokens.pancakeswap.finance/images/symbol/usdt.png" } ] } \ No newline at end of file diff --git a/src/tokens/pancakeswap-base-default.json b/src/tokens/pancakeswap-base-default.json index 081c9581..da1e579d 100644 --- a/src/tokens/pancakeswap-base-default.json +++ b/src/tokens/pancakeswap-base-default.json @@ -126,5 +126,13 @@ "chainId": 8453, "decimals": 18, "logoURI": "https://tokens.pancakeswap.finance/images/base/0x6985884C4392D348587B19cb9eAAf157F13271cd.png" + }, + { + "name": "Tether USDT", + "symbol": "USDT", + "address": "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2", + "chainId": 8453, + "decimals": 6, + "logoURI": "https://tokens.pancakeswap.finance/images/symbol/usdt.png" } ] \ No newline at end of file