Skip to content

Commit

Permalink
fix: Image url
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMomota committed Dec 19, 2023
1 parent 8c80ba8 commit d2cdaec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions lists/pancakeswap-extended.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Extended",
"timestamp": "2023-12-19T11:28:18.880Z",
"timestamp": "2023-12-19T11:31:47.826Z",
"version": {
"major": 2,
"minor": 16,
"patch": 172
"patch": 173
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand All @@ -18,7 +18,7 @@
"address": "0x33d08D8C7a168333a85285a68C0042b39fC3741D",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x33d08D8C7a168333a85285a68C0042b39fC3741D.png"
"logoURI": "https://tokens.pancakeswap.finance/images/0x33d08D8C7a168333a85285a68C0042b39fC3741D.png"
},
{
"name": "PancakeSwap Token",
Expand Down
6 changes: 3 additions & 3 deletions lists/pancakeswap-mini-extended.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Mini Ext",
"timestamp": "2023-12-19T11:28:36.231Z",
"timestamp": "2023-12-19T11:31:40.354Z",
"version": {
"major": 1,
"minor": 0,
"patch": 62
"patch": 63
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand All @@ -21,7 +21,7 @@
"address": "0x33d08D8C7a168333a85285a68C0042b39fC3741D",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x33d08D8C7a168333a85285a68C0042b39fC3741D.png"
"logoURI": "https://tokens.pancakeswap.finance/images/0x33d08D8C7a168333a85285a68C0042b39fC3741D.png"
},
{
"name": "decentral.games on xDai from xDai",
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/pancakeswap-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -2885,6 +2885,6 @@
"address": "0x33d08D8C7a168333a85285a68C0042b39fC3741D",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x33d08D8C7a168333a85285a68C0042b39fC3741D.png"
"logoURI": "https://tokens.pancakeswap.finance/images/0x33d08D8C7a168333a85285a68C0042b39fC3741D.png"
}
]
2 changes: 1 addition & 1 deletion src/tokens/pancakeswap-mini-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -2645,6 +2645,6 @@
"address": "0x33d08D8C7a168333a85285a68C0042b39fC3741D",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x33d08D8C7a168333a85285a68C0042b39fC3741D.png"
"logoURI": "https://tokens.pancakeswap.finance/images/0x33d08D8C7a168333a85285a68C0042b39fC3741D.png"
}
]

0 comments on commit d2cdaec

Please sign in to comment.