@quickswap-defi/token-list 2.0.22 → 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-13T13:04:11.178Z",
3
+ "timestamp": "2026-04-21T12:58:39.616Z",
4
4
  "version": {
5
5
  "major": 2,
6
6
  "minor": 0,
7
- "patch": 22
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",
@@ -1939,6 +1948,15 @@
1939
1948
  "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/NAV.webp",
1940
1949
  "trending": false
1941
1950
  },
1951
+ {
1952
+ "name": "PENMT Mettal",
1953
+ "address": "0x862a1226E6EA04E34EA3ddB4346C7a2c693E06aB",
1954
+ "symbol": "PENMT",
1955
+ "decimals": 6,
1956
+ "chainId": 8453,
1957
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/PENMT.webp",
1958
+ "trending": false
1959
+ },
1942
1960
  {
1943
1961
  "name": "Based Pepe",
1944
1962
  "address": "0x52b492a33E447Cdb854c7FC19F1e57E8BfA1777D",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickswap-defi/token-list",
3
- "version": "2.0.22",
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": {