Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add native usdc on zkSync #459

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading