@quickswap-defi/token-list 2.0.10 → 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-14T14:32:00.942Z",
3
+ "timestamp": "2025-12-16T23:48:16.765Z",
4
4
  "version": {
5
5
  "major": 2,
6
6
  "minor": 0,
7
- "patch": 10
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickswap-defi/token-list",
3
- "version": "2.0.10",
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": {