@cowprotocol/cow-sdk 7.4.2 → 8.0.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.
package/README.md CHANGED
@@ -23,7 +23,6 @@ The SDK supports all CoW Protocol enabled networks:
23
23
  - **Base** (8453) - `SupportedChainId.BASE`
24
24
  - **Polygon** (137) - `SupportedChainId.POLYGON`
25
25
  - **Avalanche** (43114) - `SupportedChainId.AVALANCHE`
26
- - **Lens** (232) - `SupportedChainId.LENS`
27
26
  - **BNB** (56) - `SupportedChainId.BNB`
28
27
  - **Linea** (59144) - `SupportedChainId.LINEA`
29
28
  - **Plasma** (9745) - `SupportedChainId.PLASMA`
package/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [8.0.0](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v7.4.2...cow-sdk-v8.0.0) (2026-03-10)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * **chains:** Remove support for Lens.
9
+
10
+ ### ✨ Features
11
+
12
+ * **chains:** Remove Lens ([#818](https://github.com/cowprotocol/cow-sdk/issues/818)) ([e8c74a0](https://github.com/cowprotocol/cow-sdk/commit/e8c74a078e5940901591652164af7b2ffb7b1fa6))
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @cowprotocol/sdk-app-data bumped to 4.6.8
20
+ * @cowprotocol/sdk-common bumped to 0.7.1
21
+ * @cowprotocol/sdk-config bumped to 1.0.0
22
+ * @cowprotocol/sdk-contracts-ts bumped to 2.0.0
23
+ * @cowprotocol/sdk-order-book bumped to 2.0.0
24
+ * @cowprotocol/sdk-order-signing bumped to 0.1.38
25
+ * @cowprotocol/sdk-trading bumped to 1.0.4
26
+
3
27
  ## [7.4.2](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v7.4.1...cow-sdk-v7.4.2) (2026-03-10)
4
28
 
5
29
 
package/dist/README.md CHANGED
@@ -23,7 +23,6 @@ The SDK supports all CoW Protocol enabled networks:
23
23
  - **Base** (8453) - `SupportedChainId.BASE`
24
24
  - **Polygon** (137) - `SupportedChainId.POLYGON`
25
25
  - **Avalanche** (43114) - `SupportedChainId.AVALANCHE`
26
- - **Lens** (232) - `SupportedChainId.LENS`
27
26
  - **BNB** (56) - `SupportedChainId.BNB`
28
27
  - **Linea** (59144) - `SupportedChainId.LINEA`
29
28
  - **Plasma** (9745) - `SupportedChainId.PLASMA`
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cowprotocol/cow-sdk",
3
- "version": "7.4.2",
3
+ "version": "8.0.0",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "description": "CoW Protocol SDK - get quote, configure your order, and trade",
6
6
  "main": "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cowprotocol/cow-sdk",
3
- "version": "7.4.2",
3
+ "version": "8.0.0",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "description": "CoW Protocol SDK - get quote, configure your order, and trade",
6
6
  "main": "./dist/index.js",
@@ -30,13 +30,13 @@
30
30
  "@cow-sdk/typescript-config": "0.0.0-beta.0"
31
31
  },
32
32
  "dependencies": {
33
- "@cowprotocol/sdk-app-data": "4.6.7",
34
- "@cowprotocol/sdk-contracts-ts": "1.8.0",
35
- "@cowprotocol/sdk-config": "0.10.0",
36
- "@cowprotocol/sdk-order-book": "1.1.2",
37
- "@cowprotocol/sdk-common": "0.7.0",
38
- "@cowprotocol/sdk-order-signing": "0.1.37",
39
- "@cowprotocol/sdk-trading": "1.0.3"
33
+ "@cowprotocol/sdk-app-data": "4.6.8",
34
+ "@cowprotocol/sdk-common": "0.7.1",
35
+ "@cowprotocol/sdk-config": "1.0.0",
36
+ "@cowprotocol/sdk-order-book": "2.0.0",
37
+ "@cowprotocol/sdk-order-signing": "0.1.38",
38
+ "@cowprotocol/sdk-contracts-ts": "2.0.0",
39
+ "@cowprotocol/sdk-trading": "1.0.4"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@openzeppelin/merkle-tree": "^1.x",