@quickswap-defi/token-list 2.0.20 → 2.0.21

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": "2026-03-23T17:22:34.672Z",
3
+ "timestamp": "2026-03-24T14:04:17.417Z",
4
4
  "version": {
5
5
  "major": 2,
6
6
  "minor": 0,
7
- "patch": 20
7
+ "patch": 21
8
8
  },
9
9
  "tags": {},
10
10
  "logoURI": "ipfs://QmQ9GCVmLQkbPohxKeCYkbpmwfTvHXrY64TmBsPQAZdbqZ",
@@ -517,6 +517,15 @@
517
517
  "logoURI": "https://i.imgur.com/cWAlJiz.png",
518
518
  "trending": false
519
519
  },
520
+ {
521
+ "name": "HandlPay",
522
+ "address": "0xf4C3Fac9c98aA62474998E299495B699DFDb00Eb",
523
+ "symbol": "HANDL",
524
+ "decimals": 18,
525
+ "chainId": 137,
526
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/HANDL.webp",
527
+ "trending": false
528
+ },
520
529
  {
521
530
  "name": "Decentral Games ICE",
522
531
  "address": "0xc6C855AD634dCDAd23e64DA71Ba85b8C51E5aD7c",
@@ -2263,6 +2272,15 @@
2263
2272
  "logoURI": "https://etherscan.io/token/images/aavegho_new_32.png",
2264
2273
  "trending": false
2265
2274
  },
2275
+ {
2276
+ "name": "HandlPay",
2277
+ "address": "0x3BBCb624CB9A1f73163A886F460f47603E5E4425",
2278
+ "symbol": "HANDL",
2279
+ "decimals": 18,
2280
+ "chainId": 8453,
2281
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/HANDL.webp",
2282
+ "trending": false
2283
+ },
2266
2284
  {
2267
2285
  "name": "IMGN Labs",
2268
2286
  "address": "0x9BbA915F036158582C20B51113B925f243A1A1A1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickswap-defi/token-list",
3
- "version": "2.0.20",
3
+ "version": "2.0.21",
4
4
  "description": "Official Quickswap token list - Multi-chain DeFi token metadata",
5
5
  "main": "build/quickswap-default.tokenlist.json",
6
6
  "scripts": {