@cowprotocol/cow-sdk 7.0.13 → 7.1.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
@@ -25,6 +25,8 @@ The SDK supports all CoW Protocol enabled networks:
25
25
  - **Avalanche** (43114) - `SupportedChainId.AVALANCHE`
26
26
  - **Lens** (232) - `SupportedChainId.LENS`
27
27
  - **BNB** (56) - `SupportedChainId.BNB`
28
+ - **Linea** (59144) - `SupportedChainId.LINEA` (Under development)
29
+ - **Plasma** (9745) - `SupportedChainId.PLASMA` (Under development)
28
30
  - **Sepolia** (11155111) - `SupportedChainId.SEPOLIA` (Testnet)
29
31
 
30
32
  ## 🔗 **Related Resources**
package/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.1.0](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v7.0.13...cow-sdk-v7.1.0) (2025-11-05)
4
+
5
+
6
+ ### ✨ Features
7
+
8
+ * **new-chains:** add q4 chains ([#606](https://github.com/cowprotocol/cow-sdk/issues/606)) ([2501382](https://github.com/cowprotocol/cow-sdk/commit/2501382e80acb7f6bb0f87adbb5a9325de2c56cc))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @cowprotocol/sdk-app-data bumped to 4.1.6
16
+ * @cowprotocol/sdk-config bumped to 0.3.0
17
+ * @cowprotocol/sdk-contracts-ts bumped to 0.4.4
18
+ * @cowprotocol/sdk-order-book bumped to 0.2.0
19
+ * @cowprotocol/sdk-order-signing bumped to 0.1.10
20
+ * @cowprotocol/sdk-trading bumped to 0.4.5
21
+
3
22
  ## [7.0.13](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v7.0.12...cow-sdk-v7.0.13) (2025-10-30)
4
23
 
5
24
 
package/dist/README.md CHANGED
@@ -25,6 +25,8 @@ The SDK supports all CoW Protocol enabled networks:
25
25
  - **Avalanche** (43114) - `SupportedChainId.AVALANCHE`
26
26
  - **Lens** (232) - `SupportedChainId.LENS`
27
27
  - **BNB** (56) - `SupportedChainId.BNB`
28
+ - **Linea** (59144) - `SupportedChainId.LINEA` (Under development)
29
+ - **Plasma** (9745) - `SupportedChainId.PLASMA` (Under development)
28
30
  - **Sepolia** (11155111) - `SupportedChainId.SEPOLIA` (Testnet)
29
31
 
30
32
  ## 🔗 **Related Resources**
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cowprotocol/cow-sdk",
3
- "version": "7.0.13",
3
+ "version": "7.1.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.0.13",
3
+ "version": "7.1.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.1.5",
33
+ "@cowprotocol/sdk-app-data": "4.1.6",
34
34
  "@cowprotocol/sdk-common": "0.3.0",
35
- "@cowprotocol/sdk-config": "0.2.0",
36
- "@cowprotocol/sdk-order-book": "0.1.4",
37
- "@cowprotocol/sdk-contracts-ts": "0.4.3",
38
- "@cowprotocol/sdk-trading": "0.4.4",
39
- "@cowprotocol/sdk-order-signing": "0.1.9"
35
+ "@cowprotocol/sdk-contracts-ts": "0.4.4",
36
+ "@cowprotocol/sdk-config": "0.3.0",
37
+ "@cowprotocol/sdk-order-book": "0.2.0",
38
+ "@cowprotocol/sdk-trading": "0.4.5",
39
+ "@cowprotocol/sdk-order-signing": "0.1.10"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@openzeppelin/merkle-tree": "^1.x",