@quickswap-defi/token-list 2.0.7 → 2.0.9

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-01T16:54:13.735Z",
3
+ "timestamp": "2025-12-10T12:38:28.627Z",
4
4
  "version": {
5
5
  "major": 2,
6
6
  "minor": 0,
7
- "patch": 7
7
+ "patch": 9
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",
@@ -2182,15 +2191,6 @@
2182
2191
  "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/EURC.webp",
2183
2192
  "trending": false
2184
2193
  },
2185
- {
2186
- "name": "PlanetIX",
2187
- "address": "0x920e753d8d7d5b598063C89b6f06288803448D06",
2188
- "symbol": "fAIX",
2189
- "decimals": 18,
2190
- "chainId": 8453,
2191
- "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/fAIX.webp",
2192
- "trending": false
2193
- },
2194
2194
  {
2195
2195
  "name": "Fantom Bomb",
2196
2196
  "address": "0x74ccbe53F77b08632ce0CB91D3A545bF6B8E0979",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickswap-defi/token-list",
3
- "version": "2.0.7",
3
+ "version": "2.0.9",
4
4
  "description": "Official Quickswap token list - Multi-chain DeFi token metadata",
5
5
  "main": "build/quickswap-default.tokenlist.json",
6
6
  "scripts": {