@quickswap-defi/token-list 2.0.9 → 2.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "Quickswap Token List",
3
- "timestamp": "2025-12-10T12:38:28.627Z",
3
+ "timestamp": "2025-12-16T23:48:16.765Z",
4
4
  "version": {
5
5
  "major": 2,
6
6
  "minor": 0,
7
- "patch": 9
7
+ "patch": 11
8
8
  },
9
9
  "tags": {},
10
10
  "logoURI": "ipfs://QmQ9GCVmLQkbPohxKeCYkbpmwfTvHXrY64TmBsPQAZdbqZ",
@@ -211,6 +211,15 @@
211
211
  "logoURI": "https://pbs.twimg.com/profile_images/1443182135410634754/l1wH-p3b_400x400.jpg",
212
212
  "trending": false
213
213
  },
214
+ {
215
+ "name": "BRZ Token",
216
+ "address": "0x4eD141110F6EeeAbA9A1df36d8c26f684d2475Dc",
217
+ "symbol": "BRZ",
218
+ "decimals": 18,
219
+ "chainId": 137,
220
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/BRZ.webp",
221
+ "trending": false
222
+ },
214
223
  {
215
224
  "name": "Catheon Gaming",
216
225
  "address": "0x7e7737C40878e720b32e7bC9CD096259f876d69f",
@@ -526,6 +535,15 @@
526
535
  "logoURI": "https://i.imgur.com/jO4wPoF.png",
527
536
  "trending": false
528
537
  },
538
+ {
539
+ "name": "IDRX",
540
+ "address": "0x649a2DA7B28E0D54c13D5eFf95d3A660652742cC",
541
+ "symbol": "IDRX",
542
+ "decimals": 0,
543
+ "chainId": 137,
544
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/IDRX.webp",
545
+ "trending": false
546
+ },
529
547
  {
530
548
  "name": "PlanetIX",
531
549
  "address": "0xE06Bd4F5aAc8D0aA337D13eC88dB6defC6eAEefE",
@@ -2101,6 +2119,15 @@
2101
2119
  "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/AAVE.webp",
2102
2120
  "trending": false
2103
2121
  },
2122
+ {
2123
+ "name": "AITV",
2124
+ "address": "0x45e4e92F5A94F4B741C9cb553FF8bE7B25Eb7dF5",
2125
+ "symbol": "AITV",
2126
+ "decimals": 18,
2127
+ "chainId": 8453,
2128
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/AITV.webp",
2129
+ "trending": false
2130
+ },
2104
2131
  {
2105
2132
  "name": "PlanetIX",
2106
2133
  "address": "0x920e753d8d7d5b598063C89b6f06288803448D06",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickswap-defi/token-list",
3
- "version": "2.0.9",
3
+ "version": "2.0.11",
4
4
  "description": "Official Quickswap token list - Multi-chain DeFi token metadata",
5
5
  "main": "build/quickswap-default.tokenlist.json",
6
6
  "scripts": {