Skip to content

Commit

Permalink
fix: chainId
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMomota committed Dec 19, 2023
1 parent d2cdaec commit 40b98e7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
20 changes: 10 additions & 10 deletions lists/pancakeswap-extended.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
{
"name": "PancakeSwap Extended",
"timestamp": "2023-12-19T11:31:47.826Z",
"timestamp": "2023-12-19T11:33:47.144Z",
"version": {
"major": 2,
"minor": 16,
"patch": 173
"patch": 174
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
"pancakeswap",
"extended"
],
"tokens": [
{
"name": "AIOZ Network",
"symbol": "AIOZ",
"address": "0x33d08D8C7a168333a85285a68C0042b39fC3741D",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x33d08D8C7a168333a85285a68C0042b39fC3741D.png"
},
{
"name": "PancakeSwap Token",
"symbol": "CAKE",
Expand Down Expand Up @@ -76,6 +68,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x12f31B73D812C6Bb0d735a218c086d44D5fe5f89.png"
},
{
"name": "AIOZ Network",
"symbol": "AIOZ",
"address": "0x33d08D8C7a168333a85285a68C0042b39fC3741D",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x33d08D8C7a168333a85285a68C0042b39fC3741D.png"
},
{
"name": "My Neigbor Alice",
"symbol": "ALICE",
Expand Down
20 changes: 10 additions & 10 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:31:40.354Z",
"timestamp": "2023-12-19T11:33:52.397Z",
"version": {
"major": 1,
"minor": 0,
"patch": 63
"patch": 64
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand All @@ -15,14 +15,6 @@
"extended"
],
"tokens": [
{
"name": "AIOZ Network",
"symbol": "AIOZ",
"address": "0x33d08D8C7a168333a85285a68C0042b39fC3741D",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x33d08D8C7a168333a85285a68C0042b39fC3741D.png"
},
{
"name": "decentral.games on xDai from xDai",
"symbol": "$DG",
Expand Down Expand Up @@ -71,6 +63,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x12f31B73D812C6Bb0d735a218c086d44D5fe5f89.png"
},
{
"name": "AIOZ Network",
"symbol": "AIOZ",
"address": "0x33d08D8C7a168333a85285a68C0042b39fC3741D",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x33d08D8C7a168333a85285a68C0042b39fC3741D.png"
},
{
"name": "ALICE",
"symbol": "ALICE",
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 @@ -2883,7 +2883,7 @@
"name": "AIOZ Network",
"symbol": "AIOZ",
"address": "0x33d08D8C7a168333a85285a68C0042b39fC3741D",
"chainId": 1,
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x33d08D8C7a168333a85285a68C0042b39fC3741D.png"
}
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/pancakeswap-mini-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -2643,7 +2643,7 @@
"name": "AIOZ Network",
"symbol": "AIOZ",
"address": "0x33d08D8C7a168333a85285a68C0042b39fC3741D",
"chainId": 1,
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x33d08D8C7a168333a85285a68C0042b39fC3741D.png"
}
Expand Down

0 comments on commit 40b98e7

Please sign in to comment.