@uniswap/default-token-list 11.14.0 → 11.15.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": "2024-02-23T18:34:42.152Z",
3
+ "timestamp": "2024-02-26T23:41:27.220Z",
4
4
  "version": {
5
5
  "major": 11,
6
- "minor": 14,
6
+ "minor": 15,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -3553,6 +3553,14 @@
3553
3553
  }
3554
3554
  }
3555
3555
  },
3556
+ {
3557
+ "chainId": 1,
3558
+ "address": "0xCa14007Eff0dB1f8135f4C25B34De49AB0d42766",
3559
+ "name": "Starknet",
3560
+ "symbol": "STRK",
3561
+ "decimals": 18,
3562
+ "logoURI": "https://assets.coingecko.com/coins/images/26433/standard/starknet.png?1696525507"
3563
+ },
3556
3564
  {
3557
3565
  "chainId": 1,
3558
3566
  "address": "0x006BeA43Baa3f7A6f765F14f10A1a1b08334EF45",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "11.14.0",
3
+ "version": "11.15.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {