@cowprotocol/cow-sdk 7.3.0 → 7.3.2

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,7 +27,6 @@ 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`
31
30
  - **Sepolia** (11155111) - `SupportedChainId.SEPOLIA` (Testnet)
32
31
 
33
32
  ## 🔗 **Related Resources**
package/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.3.2](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v7.3.1...cow-sdk-v7.3.2) (2026-02-02)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * support decimals in protocolFeeBps ([#787](https://github.com/cowprotocol/cow-sdk/issues/787)) ([f53ae65](https://github.com/cowprotocol/cow-sdk/commit/f53ae65931d85e354779767ed67e0e4df944a2bc))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @cowprotocol/sdk-app-data bumped to 4.6.1
16
+ * @cowprotocol/sdk-common bumped to 0.5.3
17
+ * @cowprotocol/sdk-config bumped to 0.7.2
18
+ * @cowprotocol/sdk-contracts-ts bumped to 1.4.1
19
+ * @cowprotocol/sdk-order-book bumped to 0.6.2
20
+ * @cowprotocol/sdk-order-signing bumped to 0.1.29
21
+ * @cowprotocol/sdk-trading bumped to 0.9.3
22
+
23
+ ## [7.3.1](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v7.3.0...cow-sdk-v7.3.1) (2026-01-28)
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * dependencies
30
+ * @cowprotocol/sdk-app-data bumped to 4.6.0
31
+ * @cowprotocol/sdk-common bumped to 0.5.2
32
+ * @cowprotocol/sdk-config bumped to 0.7.1
33
+ * @cowprotocol/sdk-contracts-ts bumped to 1.4.0
34
+ * @cowprotocol/sdk-order-book bumped to 0.6.1
35
+ * @cowprotocol/sdk-order-signing bumped to 0.1.28
36
+ * @cowprotocol/sdk-trading bumped to 0.9.2
37
+
3
38
  ## [7.3.0](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v7.2.13...cow-sdk-v7.3.0) (2026-01-28)
4
39
 
5
40
 
package/dist/README.md CHANGED
@@ -27,7 +27,6 @@ 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`
31
30
  - **Sepolia** (11155111) - `SupportedChainId.SEPOLIA` (Testnet)
32
31
 
33
32
  ## 🔗 **Related Resources**
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cowprotocol/cow-sdk",
3
- "version": "7.3.0",
3
+ "version": "7.3.2",
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.0",
3
+ "version": "7.3.2",
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.5.2",
34
- "@cowprotocol/sdk-common": "0.5.1",
35
- "@cowprotocol/sdk-contracts-ts": "1.3.0",
36
- "@cowprotocol/sdk-config": "0.7.0",
37
- "@cowprotocol/sdk-order-book": "0.6.0",
38
- "@cowprotocol/sdk-order-signing": "0.1.27",
39
- "@cowprotocol/sdk-trading": "0.9.1"
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"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@openzeppelin/merkle-tree": "^1.x",