Skip to content

Commit

Permalink
feat: list-new-eth-and-arb-tokens-fUSDC-BLB (#470)
Browse files Browse the repository at this point in the history
* feat: add blb on eth

* fest: list fUSDC and BLB

* fix: name
  • Loading branch information
ChefBingbong committed Jun 7, 2024
1 parent 02e5409 commit b6928fa
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions lists/pancakeswap-arbitrum-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Arbitrum Default",
"timestamp": "2024-05-30T03:28:57.906Z",
"timestamp": "2024-06-07T08:51:11.210Z",
"version": {
"major": 0,
"minor": 0,
"patch": 22
"patch": 23
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -356,6 +356,14 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xED65C5085a18Fa160Af0313E60dcc7905E944Dc7.png"
},
{
"name": "Fluid USDC",
"symbol": "fUSDC",
"address": "0x4CFA50B7Ce747e2D61724fcAc57f24B748FF2b2A",
"chainId": 42161,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x4CFA50B7Ce747e2D61724fcAc57f24B748FF2b2A.png"
}
]
}
12 changes: 10 additions & 2 deletions lists/pancakeswap-eth-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Ethereum Default",
"timestamp": "2024-06-05T03:18:33.571Z",
"timestamp": "2024-06-07T08:51:17.022Z",
"version": {
"major": 1,
"minor": 0,
"patch": 53
"patch": 54
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -580,6 +580,14 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x10dea67478c5F8C5E2D90e5E9B26dBe60c54d800.png"
},
{
"name": "Bluberry",
"symbol": "BLB",
"address": "0x904f36d74bED2Ef2729Eaa1c7A5B70dEA2966a02",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x904f36d74bED2Ef2729Eaa1c7A5B70dEA2966a02.png"
}
]
}
10 changes: 9 additions & 1 deletion src/tokens/pancakeswap-arbitrum-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,5 +342,13 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xED65C5085a18Fa160Af0313E60dcc7905E944Dc7.png"
},
{
"name": "Fluid USDC",
"symbol": "fUSDC",
"address": "0x4CFA50B7Ce747e2D61724fcAc57f24B748FF2b2A",
"chainId": 42161,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x4CFA50B7Ce747e2D61724fcAc57f24B748FF2b2A.png"
}
]
]
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-eth-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,5 +566,13 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x10dea67478c5F8C5E2D90e5E9B26dBe60c54d800.png"
},
{
"name": "Bluberry",
"symbol": "BLB",
"address": "0x904f36d74bED2Ef2729Eaa1c7A5B70dEA2966a02",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x904f36d74bED2Ef2729Eaa1c7A5B70dEA2966a02.png"
}
]

0 comments on commit b6928fa

Please sign in to comment.