@quickswap-defi/token-list 2.0.14 → 2.0.15

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-02-03T23:22:15.514Z",
3
+ "timestamp": "2026-02-26T22:14:04.527Z",
4
4
  "version": {
5
5
  "major": 2,
6
6
  "minor": 0,
7
- "patch": 14
7
+ "patch": 15
8
8
  },
9
9
  "tags": {},
10
10
  "logoURI": "ipfs://QmQ9GCVmLQkbPohxKeCYkbpmwfTvHXrY64TmBsPQAZdbqZ",
@@ -2209,15 +2209,6 @@
2209
2209
  "logoURI": "https://etherscan.io/token/images/cerenetwork_32.png",
2210
2210
  "trending": false
2211
2211
  },
2212
- {
2213
- "name": "Krypto Cock",
2214
- "address": "0x290D4a2E227cCeD586895c3f78A03E4E9d4C3FB6",
2215
- "symbol": "COCK",
2216
- "decimals": 18,
2217
- "chainId": 8453,
2218
- "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/COCK.webp",
2219
- "trending": false
2220
- },
2221
2212
  {
2222
2213
  "name": "EURC",
2223
2214
  "address": "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",
@@ -2227,15 +2218,6 @@
2227
2218
  "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/EURC.webp",
2228
2219
  "trending": false
2229
2220
  },
2230
- {
2231
- "name": "Fantom Bomb",
2232
- "address": "0x74ccbe53F77b08632ce0CB91D3A545bF6B8E0979",
2233
- "symbol": "fBOMB",
2234
- "decimals": 18,
2235
- "chainId": 8453,
2236
- "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/fBOMB.webp",
2237
- "trending": false
2238
- },
2239
2221
  {
2240
2222
  "name": "first choice coin",
2241
2223
  "address": "0x50582260cea29663dBf0E7aaDbc1ef72Fa9f7768",
@@ -2290,15 +2272,6 @@
2290
2272
  "logoURI": "https://assets.coingecko.com/coins/images/877/large/chainlink-new-logo.png?1547034700",
2291
2273
  "trending": false
2292
2274
  },
2293
- {
2294
- "name": "latenightonbase",
2295
- "address": "0xDe421B66199EF8a32FECB879bd689892037e8B07",
2296
- "symbol": "LNOB",
2297
- "decimals": 18,
2298
- "chainId": 8453,
2299
- "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/LNOB.webp",
2300
- "trending": false
2301
- },
2302
2275
  {
2303
2276
  "name": "MASQ",
2304
2277
  "address": "0x45D9C101a3870Ca5024582fd788F4E1e8F7971c3",
@@ -2388,6 +2361,15 @@
2388
2361
  "chainId": 8453,
2389
2362
  "trending": false
2390
2363
  },
2364
+ {
2365
+ "name": "RYFT",
2366
+ "address": "0x3597194C3b8A9481141Fb9C628FC398C120A58A9",
2367
+ "symbol": "RYFT",
2368
+ "decimals": 18,
2369
+ "chainId": 8453,
2370
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/RYFT.webp",
2371
+ "trending": false
2372
+ },
2391
2373
  {
2392
2374
  "name": "Songjam by Virtuals",
2393
2375
  "address": "0x4FF4d349CAa028BD069bbE85fA05253f96176741",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickswap-defi/token-list",
3
- "version": "2.0.14",
3
+ "version": "2.0.15",
4
4
  "description": "Official Quickswap token list - Multi-chain DeFi token metadata",
5
5
  "main": "build/quickswap-default.tokenlist.json",
6
6
  "scripts": {
@@ -33,11 +33,21 @@
33
33
  "devDependencies": {
34
34
  "@ethersproject/address": "5.7.0",
35
35
  "@uniswap/token-lists": "1.0.0-beta.33",
36
- "ajv": "6.12.6",
36
+ "ajv": "6.14.0",
37
37
  "chai": "4.5.0",
38
38
  "mocha": "11.7.2",
39
39
  "rimraf": "3.0.2"
40
40
  },
41
+ "overrides": {
42
+ "bn.js": "5.2.3",
43
+ "diff": "8.0.3",
44
+ "minimatch": "9.0.6",
45
+ "rimraf": {
46
+ "glob": {
47
+ "minimatch": "3.1.3"
48
+ }
49
+ }
50
+ },
41
51
  "engines": {
42
52
  "node": ">=18.0.0",
43
53
  "npm": ">=8.0.0"