@quickswap-defi/token-list 2.0.19 → 2.0.20

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-06T13:18:56.433Z",
3
+ "timestamp": "2026-03-23T17:22:34.672Z",
4
4
  "version": {
5
5
  "major": 2,
6
6
  "minor": 0,
7
- "patch": 19
7
+ "patch": 20
8
8
  },
9
9
  "tags": {},
10
10
  "logoURI": "ipfs://QmQ9GCVmLQkbPohxKeCYkbpmwfTvHXrY64TmBsPQAZdbqZ",
@@ -2083,6 +2083,15 @@
2083
2083
  "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/WSOMI.webp",
2084
2084
  "trending": false
2085
2085
  },
2086
+ {
2087
+ "name": "Cropto Wheat Token",
2088
+ "address": "0x87f3895F975C67BA4577EF6C4F9e8d71359d8d67",
2089
+ "symbol": "CROW",
2090
+ "decimals": 18,
2091
+ "chainId": 5888,
2092
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/CROW.webp",
2093
+ "trending": false
2094
+ },
2086
2095
  {
2087
2096
  "name": "Hyperliquid",
2088
2097
  "address": "0x2d01885f395186903ac76D0C67b94f1F8BcE6727",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickswap-defi/token-list",
3
- "version": "2.0.19",
3
+ "version": "2.0.20",
4
4
  "description": "Official Quickswap token list - Multi-chain DeFi token metadata",
5
5
  "main": "build/quickswap-default.tokenlist.json",
6
6
  "scripts": {