Skip to content

Commit

Permalink
chore: list new tokens on base & eth (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef-Yogi authored Aug 13, 2024
1 parent bf5ab08 commit 13c3c1d
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 6 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-base-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Base Default",
"timestamp": "2024-07-30T13:31:32.296Z",
"timestamp": "2024-08-12T10:55:56.541Z",
"version": {
"major": 0,
"minor": 0,
"patch": 12
"patch": 13
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -164,6 +164,14 @@
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0xB1a03EdA10342529bBF8EB700a06C60441fEf25d.png"
},
{
"name": "USDz",
"symbol": "USDz",
"address": "0x04D5ddf5f3a8939889F11E97f8c4BB48317F1938",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0x04D5ddf5f3a8939889F11E97f8c4BB48317F1938.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-07-31T08:52:09.795Z",
"timestamp": "2024-08-12T10:15:19.085Z",
"version": {
"major": 1,
"minor": 0,
"patch": 57
"patch": 58
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -612,6 +612,14 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x4c9EDD5852cd905f086C759E8383e09bff1E68B3.png"
},
{
"name": "Usual USD",
"symbol": "USD0",
"address": "0x73A15FeD60Bf67631dC6cd7Bc5B6e8da8190aCF5",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x73A15FeD60Bf67631dC6cd7Bc5B6e8da8190aCF5.png"
}
]
}
10 changes: 9 additions & 1 deletion src/tokens/pancakeswap-base-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,13 @@
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0xB1a03EdA10342529bBF8EB700a06C60441fEf25d.png"
},
{
"name": "USDz",
"symbol": "USDz",
"address": "0x04D5ddf5f3a8939889F11E97f8c4BB48317F1938",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0x04D5ddf5f3a8939889F11E97f8c4BB48317F1938.png"
}
]
]
10 changes: 9 additions & 1 deletion src/tokens/pancakeswap-eth-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -598,5 +598,13 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x4c9EDD5852cd905f086C759E8383e09bff1E68B3.png"
},
{
"name": "Usual USD",
"symbol": "USD0",
"address": "0x73A15FeD60Bf67631dC6cd7Bc5B6e8da8190aCF5",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x73A15FeD60Bf67631dC6cd7Bc5B6e8da8190aCF5.png"
}
]
]

0 comments on commit 13c3c1d

Please sign in to comment.