Skip to content

Commit

Permalink
feat: add native usdc on zkSync (#459)
Browse files Browse the repository at this point in the history
Add native usdc on zkSync, rename old to bridged usdc (usdc.e)
  • Loading branch information
thechefpenguin authored May 22, 2024
1 parent a79a993 commit 4a8a5d2
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 10 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions lists/pancakeswap-onramp.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Onramp",
"timestamp": "2023-08-25T06:42:04.375Z",
"timestamp": "2024-05-22T06:51:26.873Z",
"version": {
"major": 0,
"minor": 0,
"patch": 6
"patch": 7
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -45,8 +45,8 @@
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/busd.png"
},
{
"name": "USD ",
"symbol": "USDC",
"name": "Bridged USDC",
"symbol": "USDC.e",
"address": "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4",
"chainId": 324,
"decimals": 6,
Expand Down
14 changes: 11 additions & 3 deletions lists/pancakeswap-zksync-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Zksync Default",
"timestamp": "2024-05-02T20:04:31.613Z",
"timestamp": "2024-05-22T06:50:47.456Z",
"version": {
"major": 1,
"minor": 0,
"patch": 20
"patch": 21
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand All @@ -30,8 +30,16 @@
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91.png"
},
{
"name": "USD Coin",
"name": "USD Coin (Native)",
"symbol": "USDC",
"address": "0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4",
"chainId": 324,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4.png"
},
{
"name": "Bridged USDC",
"symbol": "USDC.e",
"address": "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4",
"chainId": 324,
"decimals": 6,
Expand Down
4 changes: 2 additions & 2 deletions src/tokens/pancakeswap-onramp.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/busd.png"
},
{
"name": "USD ",
"symbol": "USDC",
"name": "Bridged USDC",
"symbol": "USDC.e",
"address": "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4",
"chainId": 324,
"decimals": 6,
Expand Down
10 changes: 9 additions & 1 deletion src/tokens/pancakeswap-zksync-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91.png"
},
{
"name": "USD Coin",
"name": "USD Coin (Native)",
"symbol": "USDC",
"address": "0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4",
"chainId": 324,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4.png"
},
{
"name": "Bridged USDC",
"symbol": "USDC.e",
"address": "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4",
"chainId": 324,
"decimals": 6,
Expand Down

0 comments on commit 4a8a5d2

Please sign in to comment.