@particle-network/universal-account-sdk 1.0.7 → 1.0.8

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,6 +1,17 @@
1
1
  # Changelog
2
2
 
3
- ## [1.0.7] - 2025-01-27
3
+ ## [1.0.8] - 2025-01-13
4
+
5
+ ### Added
6
+ - Added `getTokenPair` method to retrieve token pair information for trading
7
+ - Returns pair address and factory address for the specified token
8
+ - Added `priorityFeeRatio` option to `ITradeConfig` for transaction priority fee configuration
9
+ - Added `tokenPair` option to `ITradeConfig` for specifying custom token pair in trading operations
10
+
11
+ ### Deprecated
12
+ - Marked `warmUpToken` method as deprecated
13
+
14
+ ## [1.0.7] - 2025-10-27
4
15
 
5
16
  ### Added
6
17
  - Added `getTransactions` method to retrieve transaction history with pagination support