Skip to content

Commit

Permalink
feat: list zro on bsc & base (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry authored Jun 20, 2024
1 parent 5197878 commit ca60617
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-base-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Base Default",
"timestamp": "2024-06-18T05:40:23.369Z",
"timestamp": "2024-06-20T14:30:47.146Z",
"version": {
"major": 0,
"minor": 0,
"patch": 8
"patch": 9
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -132,6 +132,14 @@
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0xA3d1a8DEB97B111454B294E2324EfAD13a9d8396.png"
},
{
"name": "LayerZero",
"symbol": "ZRO",
"address": "0x6985884C4392D348587B19cb9eAAf157F13271cd",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0x6985884C4392D348587B19cb9eAAf157F13271cd.png"
}
]
}
12 changes: 10 additions & 2 deletions lists/pancakeswap-extended.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Extended",
"timestamp": "2024-06-12T05:25:05.076Z",
"timestamp": "2024-06-20T14:30:57.059Z",
"version": {
"major": 2,
"minor": 16,
"patch": 225
"patch": 226
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -3291,6 +3291,14 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x1D229B958D5DDFca92146585a8711aECbE56F095.png"
},
{
"name": "LayerZero",
"symbol": "ZRO",
"address": "0x6985884C4392D348587B19cb9eAAf157F13271cd",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x6985884C4392D348587B19cb9eAAf157F13271cd.png"
}
]
}
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-base-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,13 @@
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0xA3d1a8DEB97B111454B294E2324EfAD13a9d8396.png"
},
{
"name": "LayerZero",
"symbol": "ZRO",
"address": "0x6985884C4392D348587B19cb9eAAf157F13271cd",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0x6985884C4392D348587B19cb9eAAf157F13271cd.png"
}
]
10 changes: 9 additions & 1 deletion src/tokens/pancakeswap-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -3278,5 +3278,13 @@
"chainId": 56,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/0xC3CAC4AE38cCf6985EF9039ACC1abBc874DdcBB0.png"
},
{
"name": "LayerZero",
"symbol": "ZRO",
"address": "0x6985884C4392D348587B19cb9eAAf157F13271cd",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x6985884C4392D348587B19cb9eAAf157F13271cd.png"
}
]
]

0 comments on commit ca60617

Please sign in to comment.