@quickswap-defi/token-list 2.0.11 → 2.0.12

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": "2025-12-16T23:48:16.765Z",
3
+ "timestamp": "2026-01-20T14:58:07.361Z",
4
4
  "version": {
5
5
  "major": 2,
6
6
  "minor": 0,
7
- "patch": 11
7
+ "patch": 12
8
8
  },
9
9
  "tags": {},
10
10
  "logoURI": "ipfs://QmQ9GCVmLQkbPohxKeCYkbpmwfTvHXrY64TmBsPQAZdbqZ",
@@ -2254,6 +2254,15 @@
2254
2254
  "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/IMGN.webp",
2255
2255
  "trending": false
2256
2256
  },
2257
+ {
2258
+ "name": "Kibble",
2259
+ "address": "0x64cc19A52f4D631eF5BE07947CABA14aE00c52Eb",
2260
+ "symbol": "KIBBLE",
2261
+ "decimals": 18,
2262
+ "chainId": 8453,
2263
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/KIBBLE.webp",
2264
+ "trending": false
2265
+ },
2257
2266
  {
2258
2267
  "name": "Keeta",
2259
2268
  "address": "0xc0634090F2Fe6c6d75e61Be2b949464aBB498973",
@@ -2379,6 +2388,15 @@
2379
2388
  "chainId": 8453,
2380
2389
  "trending": false
2381
2390
  },
2391
+ {
2392
+ "name": "Songjam by Virtuals",
2393
+ "address": "0x4FF4d349CAa028BD069bbE85fA05253f96176741",
2394
+ "symbol": "SANG",
2395
+ "decimals": 18,
2396
+ "chainId": 8453,
2397
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/SANG.webp",
2398
+ "trending": false
2399
+ },
2382
2400
  {
2383
2401
  "name": "Stratex BTC",
2384
2402
  "address": "0x9213d24f617dE982dB528c95A701eD1b2AF29cB2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickswap-defi/token-list",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "Official Quickswap token list - Multi-chain DeFi token metadata",
5
5
  "main": "build/quickswap-default.tokenlist.json",
6
6
  "scripts": {