@quickswap-defi/token-list 2.0.23 → 2.0.24

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": "2026-04-16T16:56:02.018Z",
3
+ "timestamp": "2026-04-21T12:58:39.616Z",
4
4
  "version": {
5
5
  "major": 2,
6
6
  "minor": 0,
7
- "patch": 23
7
+ "patch": 24
8
8
  },
9
9
  "tags": {},
10
10
  "logoURI": "ipfs://QmQ9GCVmLQkbPohxKeCYkbpmwfTvHXrY64TmBsPQAZdbqZ",
@@ -1813,6 +1813,15 @@
1813
1813
  "logoURI": "https://etherscan.io/token/images/cerenetwork_32.png",
1814
1814
  "trending": false
1815
1815
  },
1816
+ {
1817
+ "name": "ClawBank",
1818
+ "address": "0x16332535E2c27da578bC2e82bEb09Ce9d3C8EB07",
1819
+ "symbol": "ClawBank",
1820
+ "decimals": 18,
1821
+ "chainId": 8453,
1822
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/ClawBank.webp",
1823
+ "trending": false
1824
+ },
1816
1825
  {
1817
1826
  "name": "EURC",
1818
1827
  "address": "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickswap-defi/token-list",
3
- "version": "2.0.23",
3
+ "version": "2.0.24",
4
4
  "description": "Official Quickswap token list - Multi-chain DeFi token metadata",
5
5
  "main": "build/quickswap-default.tokenlist.json",
6
6
  "scripts": {