@quickswap-defi/token-list 2.0.5 → 2.0.7

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-01T16:54:13.735Z",
4
4
  "version": {
5
5
  "major": 2,
6
6
  "minor": 0,
7
- "patch": 5
7
+ "patch": 7
8
8
  },
9
9
  "tags": {},
10
10
  "logoURI": "ipfs://QmQ9GCVmLQkbPohxKeCYkbpmwfTvHXrY64TmBsPQAZdbqZ",
@@ -2182,6 +2182,15 @@
2182
2182
  "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/EURC.webp",
2183
2183
  "trending": false
2184
2184
  },
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
+ },
2185
2194
  {
2186
2195
  "name": "Fantom Bomb",
2187
2196
  "address": "0x74ccbe53F77b08632ce0CB91D3A545bF6B8E0979",
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.7",
4
4
  "description": "Official Quickswap token list - Multi-chain DeFi token metadata",
5
5
  "main": "build/quickswap-default.tokenlist.json",
6
6
  "scripts": {