@quickswap-defi/token-list 2.0.11 → 2.0.13

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-29T21:22:34.269Z",
4
4
  "version": {
5
5
  "major": 2,
6
6
  "minor": 0,
7
- "patch": 11
7
+ "patch": 13
8
8
  },
9
9
  "tags": {},
10
10
  "logoURI": "ipfs://QmQ9GCVmLQkbPohxKeCYkbpmwfTvHXrY64TmBsPQAZdbqZ",
@@ -895,6 +895,15 @@
895
895
  "logoURI": "https://static.dappradar.com/grc-public-assets/uploads/radar-logo-256.png",
896
896
  "trending": false
897
897
  },
898
+ {
899
+ "name": "Rain Coin",
900
+ "address": "0x8E677CA17065eD74675BC27bCaBadB7Eef10A292",
901
+ "symbol": "RAIN",
902
+ "decimals": 18,
903
+ "chainId": 137,
904
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/RAIN.webp",
905
+ "trending": false
906
+ },
898
907
  {
899
908
  "name": "REVV",
900
909
  "address": "0x70c006878a5A50Ed185ac4C87d837633923De296",
@@ -2254,6 +2263,15 @@
2254
2263
  "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/IMGN.webp",
2255
2264
  "trending": false
2256
2265
  },
2266
+ {
2267
+ "name": "Kibble",
2268
+ "address": "0x64cc19A52f4D631eF5BE07947CABA14aE00c52Eb",
2269
+ "symbol": "KIBBLE",
2270
+ "decimals": 18,
2271
+ "chainId": 8453,
2272
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/KIBBLE.webp",
2273
+ "trending": false
2274
+ },
2257
2275
  {
2258
2276
  "name": "Keeta",
2259
2277
  "address": "0xc0634090F2Fe6c6d75e61Be2b949464aBB498973",
@@ -2379,6 +2397,15 @@
2379
2397
  "chainId": 8453,
2380
2398
  "trending": false
2381
2399
  },
2400
+ {
2401
+ "name": "Songjam by Virtuals",
2402
+ "address": "0x4FF4d349CAa028BD069bbE85fA05253f96176741",
2403
+ "symbol": "SANG",
2404
+ "decimals": 18,
2405
+ "chainId": 8453,
2406
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/SANG.webp",
2407
+ "trending": false
2408
+ },
2382
2409
  {
2383
2410
  "name": "Stratex BTC",
2384
2411
  "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.13",
4
4
  "description": "Official Quickswap token list - Multi-chain DeFi token metadata",
5
5
  "main": "build/quickswap-default.tokenlist.json",
6
6
  "scripts": {