@quickswap-defi/token-list 2.0.15 → 2.0.16
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-03-03T02:49:32.670Z",
|
|
4
4
|
"version": {
|
|
5
5
|
"major": 2,
|
|
6
6
|
"minor": 0,
|
|
7
|
-
"patch":
|
|
7
|
+
"patch": 16
|
|
8
8
|
},
|
|
9
9
|
"tags": {},
|
|
10
10
|
"logoURI": "ipfs://QmQ9GCVmLQkbPohxKeCYkbpmwfTvHXrY64TmBsPQAZdbqZ",
|
|
@@ -2111,9 +2111,9 @@
|
|
|
2111
2111
|
"trending": false
|
|
2112
2112
|
},
|
|
2113
2113
|
{
|
|
2114
|
-
"name": "Wrapped
|
|
2114
|
+
"name": "Wrapped MANTRA",
|
|
2115
2115
|
"address": "0xE3047710EF6cB36Bcf1E58145529778eA7Cb5598",
|
|
2116
|
-
"symbol": "
|
|
2116
|
+
"symbol": "WMANTRA",
|
|
2117
2117
|
"decimals": 18,
|
|
2118
2118
|
"chainId": 5888,
|
|
2119
2119
|
"logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/WOM.webp",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quickswap-defi/token-list",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.16",
|
|
4
4
|
"description": "Official Quickswap token list - Multi-chain DeFi token metadata",
|
|
5
5
|
"main": "build/quickswap-default.tokenlist.json",
|
|
6
6
|
"scripts": {
|
|
@@ -41,10 +41,11 @@
|
|
|
41
41
|
"overrides": {
|
|
42
42
|
"bn.js": "5.2.3",
|
|
43
43
|
"diff": "8.0.3",
|
|
44
|
-
"minimatch": "
|
|
44
|
+
"minimatch": "10.2.4",
|
|
45
|
+
"serialize-javascript": "7.0.4",
|
|
45
46
|
"rimraf": {
|
|
46
47
|
"glob": {
|
|
47
|
-
"minimatch": "3.1.
|
|
48
|
+
"minimatch": "3.1.4"
|
|
48
49
|
}
|
|
49
50
|
}
|
|
50
51
|
},
|