Skip to content

Commit

Permalink
chore: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef-Yogi committed Feb 6, 2024
1 parent 0594c8a commit e5d38f5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 20 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 1 addition & 9 deletions lists/pancakeswap-arbitrum-default.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PancakeSwap Arbitrum Default",
"timestamp": "2024-02-06T04:04:19.149Z",
"timestamp": "2024-02-06T04:26:24.582Z",
"version": {
"major": 0,
"minor": 0,
Expand Down Expand Up @@ -276,14 +276,6 @@
"chainId": 42161,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x323665443CEf804A3b5206103304BD4872EA4253.png"
},
{
"name": "AITECH",
"symbol": "AITECH",
"address": "0x2D060Ef4d6BF7f9e5edDe373Ab735513c0e4F944",
"chainId": 42161,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x2D060Ef4d6BF7f9e5edDe373Ab735513c0e4F944.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-01-29T03:12:39.711Z",
"timestamp": "2024-02-06T04:26:42.270Z",
"version": {
"major": 2,
"minor": 16,
"patch": 195
"patch": 196
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -84,6 +84,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x33d08D8C7a168333a85285a68C0042b39fC3741D.png"
},
{
"name": "AITECH",
"symbol": "AITECH",
"address": "0x2D060Ef4d6BF7f9e5edDe373Ab735513c0e4F944",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x2D060Ef4d6BF7f9e5edDe373Ab735513c0e4F944.png"
},
{
"name": "My Neigbor Alice",
"symbol": "ALICE",
Expand Down
9 changes: 0 additions & 9 deletions src/tokens/pancakeswap-arbitrum-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,14 +262,5 @@
"chainId": 42161,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x323665443CEf804A3b5206103304BD4872EA4253.png"
},

{
"name": "AITECH",
"symbol": "AITECH",
"address": "0x2D060Ef4d6BF7f9e5edDe373Ab735513c0e4F944",
"chainId": 42161,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x2D060Ef4d6BF7f9e5edDe373Ab735513c0e4F944.png"
}
]
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -3054,5 +3054,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xF027E525D491ef6ffCC478555FBb3CFabB3406a6.png"
},
{
"name": "AITECH",
"symbol": "AITECH",
"address": "0x2D060Ef4d6BF7f9e5edDe373Ab735513c0e4F944",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x2D060Ef4d6BF7f9e5edDe373Ab735513c0e4F944.png"
}
]

0 comments on commit e5d38f5

Please sign in to comment.