@particle-network/universal-account-sdk 1.0.9 → 1.0.11

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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.11]
4
+
5
+ ### Added
6
+ - Added `MEV_PROTECTION_TYPE` enum to support MEV protection configuration
7
+ - `MEV_PROTECTION_OFF`: Disable MEV protection
8
+ - `MEV_PROTECTION_REDUCE`: Enable reduced MEV protection
9
+ - `MEV_PROTECTION_SECURITY`: Enable full security MEV protection
10
+ - Added `mevProtection` option to `ITradeConfig` interface for configuring MEV protection in trading operations
11
+
12
+ ## [1.0.10]
13
+
14
+ ### Added
15
+ - Added `getUniversalSignature` method to convert EIP-191 signature to universal signature
16
+
3
17
  ## [1.0.9] - 2025-01-19
4
18
  - Complete Type
5
19