@quickswap-defi/token-list 2.0.24 → 2.0.26

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-04-21T12:58:39.616Z",
3
+ "timestamp": "2026-05-01T16:17:50.723Z",
4
4
  "version": {
5
5
  "major": 2,
6
6
  "minor": 0,
7
- "patch": 24
7
+ "patch": 26
8
8
  },
9
9
  "tags": {},
10
10
  "logoURI": "ipfs://QmQ9GCVmLQkbPohxKeCYkbpmwfTvHXrY64TmBsPQAZdbqZ",
@@ -22,6 +22,15 @@
22
22
  "logoURI": "https://i.imgur.com/H0koYJN.jpeg",
23
23
  "trending": false
24
24
  },
25
+ {
26
+ "name": "ADI",
27
+ "address": "0x8B1484d57abBE239bB280661377363b03c89CaEa",
28
+ "symbol": "ADI",
29
+ "decimals": 18,
30
+ "chainId": 1,
31
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/ADI.webp",
32
+ "trending": false
33
+ },
25
34
  {
26
35
  "name": "Dai Stablecoin",
27
36
  "address": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
@@ -2010,6 +2019,15 @@
2010
2019
  "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/SANG.webp",
2011
2020
  "trending": false
2012
2021
  },
2022
+ {
2023
+ "name": "SparkDEX",
2024
+ "address": "0x1396aA964C6f8C8c860CE6268a7C9BAfB914e753",
2025
+ "symbol": "SPRK",
2026
+ "decimals": 18,
2027
+ "chainId": 8453,
2028
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/SPRK.webp",
2029
+ "trending": false
2030
+ },
2013
2031
  {
2014
2032
  "name": "Stratex BTC",
2015
2033
  "address": "0x9213d24f617dE982dB528c95A701eD1b2AF29cB2",
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "@quickswap-defi/token-list",
3
- "version": "2.0.24",
3
+ "version": "2.0.26",
4
4
  "description": "Official Quickswap token list - Multi-chain DeFi token metadata",
5
5
  "main": "build/quickswap-default.tokenlist.json",
6
6
  "scripts": {
7
7
  "test": "mocha",
8
- "build": "rimraf build && mkdir -p build && node src/write.js > build/quickswap-default.tokenlist.json",
9
- "prepublishOnly": "npm test && npm run build"
8
+ "build": "rimraf build && mkdir -p build && node src/write.js > build/quickswap-default.tokenlist.json"
10
9
  },
11
10
  "files": [
12
11
  "build/quickswap-default.tokenlist.json"
@@ -52,7 +51,7 @@
52
51
  },
53
52
  "engines": {
54
53
  "node": ">=18.0.0",
55
- "npm": ">=8.0.0"
54
+ "npm": ">=9.5.0"
56
55
  },
57
56
  "publishConfig": {
58
57
  "access": "public",