@uniswap/default-token-list 13.23.0 → 13.25.0

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,9 +1,9 @@
1
1
  {
2
2
  "name": "Uniswap Labs Default",
3
- "timestamp": "2025-04-11T14:54:42.329Z",
3
+ "timestamp": "2025-04-11T15:07:22.523Z",
4
4
  "version": {
5
5
  "major": 13,
6
- "minor": 23,
6
+ "minor": 25,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -15291,6 +15291,14 @@
15291
15291
  "decimals": 18,
15292
15292
  "logoURI": "https://coin-images.coingecko.com/coins/images/54411/large/Qm4DW488_400x400.jpg?1739552780"
15293
15293
  },
15294
+ {
15295
+ "chainId": 8453,
15296
+ "address": "0x9a26F5433671751C3276a065f57e5a02D2817973",
15297
+ "name": "Keyboard Cat",
15298
+ "symbol": "KEYCAT",
15299
+ "decimals": 18,
15300
+ "logoURI": "https://coin-images.coingecko.com/coins/images/36608/large/keyboard_cat.jpeg?1711965348"
15301
+ },
15294
15302
  {
15295
15303
  "chainId": 8453,
15296
15304
  "address": "0xDAE49C25fAd3a62a8e8bFB6dA12c46bE611f9f7a",
@@ -18742,6 +18750,14 @@
18742
18750
  }
18743
18751
  }
18744
18752
  },
18753
+ {
18754
+ "chainId": 43114,
18755
+ "address": "0x26deBD39D5eD069770406FCa10A0E4f8d2c743eB",
18756
+ "name": "GUNZ",
18757
+ "symbol": "GUN",
18758
+ "decimals": 18,
18759
+ "logoURI": "https://assets.coingecko.com/coins/images/55027/standard/gunz.jpg?1743262298"
18760
+ },
18745
18761
  {
18746
18762
  "name": "ChainLink Token",
18747
18763
  "address": "0x5947BB275c521040051D82396192181b413227A3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "13.23.0",
3
+ "version": "13.25.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {