@quickswap-defi/token-list 2.0.10 → 2.0.12

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": "2026-01-20T14:58:07.361Z",
4
4
  "version": {
5
5
  "major": 2,
6
6
  "minor": 0,
7
- "patch": 10
7
+ "patch": 12
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",
@@ -2236,6 +2254,15 @@
2236
2254
  "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/IMGN.webp",
2237
2255
  "trending": false
2238
2256
  },
2257
+ {
2258
+ "name": "Kibble",
2259
+ "address": "0x64cc19A52f4D631eF5BE07947CABA14aE00c52Eb",
2260
+ "symbol": "KIBBLE",
2261
+ "decimals": 18,
2262
+ "chainId": 8453,
2263
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/KIBBLE.webp",
2264
+ "trending": false
2265
+ },
2239
2266
  {
2240
2267
  "name": "Keeta",
2241
2268
  "address": "0xc0634090F2Fe6c6d75e61Be2b949464aBB498973",
@@ -2361,6 +2388,15 @@
2361
2388
  "chainId": 8453,
2362
2389
  "trending": false
2363
2390
  },
2391
+ {
2392
+ "name": "Songjam by Virtuals",
2393
+ "address": "0x4FF4d349CAa028BD069bbE85fA05253f96176741",
2394
+ "symbol": "SANG",
2395
+ "decimals": 18,
2396
+ "chainId": 8453,
2397
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/SANG.webp",
2398
+ "trending": false
2399
+ },
2364
2400
  {
2365
2401
  "name": "Stratex BTC",
2366
2402
  "address": "0x9213d24f617dE982dB528c95A701eD1b2AF29cB2",
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.12",
4
4
  "description": "Official Quickswap token list - Multi-chain DeFi token metadata",
5
5
  "main": "build/quickswap-default.tokenlist.json",
6
6
  "scripts": {