@quickswap-defi/token-list 2.0.22 → 2.0.23

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-16T16:56:02.018Z",
4
4
  "version": {
5
5
  "major": 2,
6
6
  "minor": 0,
7
- "patch": 22
7
+ "patch": 23
8
8
  },
9
9
  "tags": {},
10
10
  "logoURI": "ipfs://QmQ9GCVmLQkbPohxKeCYkbpmwfTvHXrY64TmBsPQAZdbqZ",
@@ -1939,6 +1939,15 @@
1939
1939
  "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/NAV.webp",
1940
1940
  "trending": false
1941
1941
  },
1942
+ {
1943
+ "name": "PENMT Mettal",
1944
+ "address": "0x862a1226E6EA04E34EA3ddB4346C7a2c693E06aB",
1945
+ "symbol": "PENMT",
1946
+ "decimals": 6,
1947
+ "chainId": 8453,
1948
+ "logoURI": "https://raw.githubusercontent.com/QuickSwap/quickswap-default-token-list/main/assets/PENMT.webp",
1949
+ "trending": false
1950
+ },
1942
1951
  {
1943
1952
  "name": "Based Pepe",
1944
1953
  "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.23",
4
4
  "description": "Official Quickswap token list - Multi-chain DeFi token metadata",
5
5
  "main": "build/quickswap-default.tokenlist.json",
6
6
  "scripts": {