@quickswap-defi/token-list 2.0.5 → 2.0.8

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-11-27T19:56:25.854Z",
3
+ "timestamp": "2025-12-01T17:19:28.811Z",
4
4
  "version": {
5
5
  "major": 2,
6
6
  "minor": 0,
7
- "patch": 5
7
+ "patch": 8
8
8
  },
9
9
  "tags": {},
10
10
  "logoURI": "ipfs://QmQ9GCVmLQkbPohxKeCYkbpmwfTvHXrY64TmBsPQAZdbqZ",
@@ -2101,6 +2101,15 @@
2101
2101
  "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/AAVE.webp",
2102
2102
  "trending": false
2103
2103
  },
2104
+ {
2105
+ "name": "PlanetIX",
2106
+ "address": "0x920e753d8d7d5b598063C89b6f06288803448D06",
2107
+ "symbol": "AIX",
2108
+ "decimals": 18,
2109
+ "chainId": 8453,
2110
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/AIX.webp",
2111
+ "trending": false
2112
+ },
2104
2113
  {
2105
2114
  "name": "AIXBT",
2106
2115
  "address": "0x4F9Fd6Be4a90f2620860d680c0d4d5Fb53d1A825",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickswap-defi/token-list",
3
- "version": "2.0.5",
3
+ "version": "2.0.8",
4
4
  "description": "Official Quickswap token list - Multi-chain DeFi token metadata",
5
5
  "main": "build/quickswap-default.tokenlist.json",
6
6
  "scripts": {