@quickswap-defi/token-list 2.0.25 → 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-
|
|
3
|
+
"timestamp": "2026-05-01T16:17:50.723Z",
|
|
4
4
|
"version": {
|
|
5
5
|
"major": 2,
|
|
6
6
|
"minor": 0,
|
|
7
|
-
"patch":
|
|
7
|
+
"patch": 26
|
|
8
8
|
},
|
|
9
9
|
"tags": {},
|
|
10
10
|
"logoURI": "ipfs://QmQ9GCVmLQkbPohxKeCYkbpmwfTvHXrY64TmBsPQAZdbqZ",
|
|
@@ -2019,6 +2019,15 @@
|
|
|
2019
2019
|
"logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/SANG.webp",
|
|
2020
2020
|
"trending": false
|
|
2021
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
|
+
},
|
|
2022
2031
|
{
|
|
2023
2032
|
"name": "Stratex BTC",
|
|
2024
2033
|
"address": "0x9213d24f617dE982dB528c95A701eD1b2AF29cB2",
|
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quickswap-defi/token-list",
|
|
3
|
-
"version": "2.0.
|
|
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": ">=
|
|
54
|
+
"npm": ">=9.5.0"
|
|
56
55
|
},
|
|
57
56
|
"publishConfig": {
|
|
58
57
|
"access": "public",
|