@cowprotocol/cow-sdk 7.3.2 → 7.3.4

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
@@ -27,6 +27,7 @@ The SDK supports all CoW Protocol enabled networks:
27
27
  - **BNB** (56) - `SupportedChainId.BNB`
28
28
  - **Linea** (59144) - `SupportedChainId.LINEA`
29
29
  - **Plasma** (9745) - `SupportedChainId.PLASMA`
30
+ - **Ink** (57073) - `SupportedChainId.INK`
30
31
  - **Sepolia** (11155111) - `SupportedChainId.SEPOLIA` (Testnet)
31
32
 
32
33
  ## 🔗 **Related Resources**
package/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.3.4](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v7.3.3...cow-sdk-v7.3.4) (2026-02-03)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @cowprotocol/sdk-trading bumped to 0.10.0
11
+
12
+ ## [7.3.3](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v7.3.2...cow-sdk-v7.3.3) (2026-02-02)
13
+
14
+
15
+ ### 🔧 Miscellaneous
16
+
17
+ * revert revert Ink network ([#789](https://github.com/cowprotocol/cow-sdk/issues/789)) ([a00dbbd](https://github.com/cowprotocol/cow-sdk/commit/a00dbbd6a26238bcee2d4452487d16551560c59f))
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * dependencies
24
+ * @cowprotocol/sdk-app-data bumped to 4.6.2
25
+ * @cowprotocol/sdk-common bumped to 0.5.4
26
+ * @cowprotocol/sdk-config bumped to 0.7.3
27
+ * @cowprotocol/sdk-contracts-ts bumped to 1.4.2
28
+ * @cowprotocol/sdk-order-book bumped to 0.6.3
29
+ * @cowprotocol/sdk-order-signing bumped to 0.1.30
30
+ * @cowprotocol/sdk-trading bumped to 0.9.4
31
+
3
32
  ## [7.3.2](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v7.3.1...cow-sdk-v7.3.2) (2026-02-02)
4
33
 
5
34
 
package/dist/README.md CHANGED
@@ -27,6 +27,7 @@ The SDK supports all CoW Protocol enabled networks:
27
27
  - **BNB** (56) - `SupportedChainId.BNB`
28
28
  - **Linea** (59144) - `SupportedChainId.LINEA`
29
29
  - **Plasma** (9745) - `SupportedChainId.PLASMA`
30
+ - **Ink** (57073) - `SupportedChainId.INK`
30
31
  - **Sepolia** (11155111) - `SupportedChainId.SEPOLIA` (Testnet)
31
32
 
32
33
  ## 🔗 **Related Resources**
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cowprotocol/cow-sdk",
3
- "version": "7.3.2",
3
+ "version": "7.3.4",
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.3.2",
3
+ "version": "7.3.4",
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.1",
34
- "@cowprotocol/sdk-config": "0.7.2",
35
- "@cowprotocol/sdk-common": "0.5.3",
36
- "@cowprotocol/sdk-contracts-ts": "1.4.1",
37
- "@cowprotocol/sdk-order-book": "0.6.2",
38
- "@cowprotocol/sdk-order-signing": "0.1.29",
39
- "@cowprotocol/sdk-trading": "0.9.3"
33
+ "@cowprotocol/sdk-app-data": "4.6.2",
34
+ "@cowprotocol/sdk-common": "0.5.4",
35
+ "@cowprotocol/sdk-config": "0.7.3",
36
+ "@cowprotocol/sdk-contracts-ts": "1.4.2",
37
+ "@cowprotocol/sdk-order-book": "0.6.3",
38
+ "@cowprotocol/sdk-order-signing": "0.1.30",
39
+ "@cowprotocol/sdk-trading": "0.10.0"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@openzeppelin/merkle-tree": "^1.x",