Skip to content

Commit

Permalink
chore: add usdt on base (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefBingbong committed Jul 15, 2024
1 parent f3ea324 commit 5a01dbe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
12 changes: 10 additions & 2 deletions lists/pancakeswap-base-default.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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"
}
]
}
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-base-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 5a01dbe

Please sign in to comment.