Skip to content

Commit

Permalink
feat: add pyusd (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry authored Sep 21, 2023
1 parent ebac1ac commit 9255cb8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
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-eth-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Ethereum Default",
"timestamp": "2023-09-18T06:40:36.465Z",
"timestamp": "2023-09-21T07:55:17.249Z",
"version": {
"major": 1,
"minor": 0,
"patch": 28
"patch": 29
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -372,6 +372,14 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8.png"
},
{
"name": "PayPal USD",
"symbol": "PYUSD",
"address": "0x6c3ea9036406852006290770BEdFcAbA0e23A0e8",
"chainId": 1,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x6c3ea9036406852006290770BEdFcAbA0e23A0e8.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 @@ -358,5 +358,13 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8.png"
},
{
"name": "PayPal USD",
"symbol": "PYUSD",
"address": "0x6c3ea9036406852006290770BEdFcAbA0e23A0e8",
"chainId": 1,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x6c3ea9036406852006290770BEdFcAbA0e23A0e8.png"
}
]

0 comments on commit 9255cb8

Please sign in to comment.