Skip to content

Commit

Permalink
feat: Add base native usdc (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjojoex authored Aug 31, 2023
1 parent 2c0b20d commit bb5d899
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 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": "2023-08-25T06:55:34.062Z",
"timestamp": "2023-08-31T05:10:13.063Z",
"version": {
"major": 0,
"minor": 0,
"patch": 1
"patch": 2
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand All @@ -21,10 +21,18 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/weth.png"
},
{
"name": "USD Base Coin",
"symbol": "USDbC",
"address": "0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
"chainId": 8453,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA.png"
},
{
"name": "USD Coin",
"symbol": "USDC",
"address": "0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"chainId": 8453,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/usdc.png"
Expand Down
10 changes: 9 additions & 1 deletion src/tokens/pancakeswap-base-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/weth.png"
},
{
"name": "USD Base Coin",
"symbol": "USDbC",
"address": "0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
"chainId": 8453,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA.png"
},
{
"name": "USD Coin",
"symbol": "USDC",
"address": "0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"chainId": 8453,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/usdc.png"
Expand Down

0 comments on commit bb5d899

Please sign in to comment.