@particle-network/universal-account-sdk 1.0.23 → 1.0.25
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 +13 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +17 -4
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
## [1.0.25]
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Added `PREFER_TOKEN_TYPE` enum to support token preference configuration
|
|
9
|
+
- `USD`: Prefer USD tokens
|
|
10
|
+
- `NATIVE`: Prefer native tokens
|
|
11
|
+
- Added `preferTokenType` option to `ITradeConfig` interface for specifying token preference in trading operations
|
|
12
|
+
- Restored `warmUpToken` method to pre-warm token asset routing for faster subsequent transactions
|
|
13
|
+
- Supports specifying the token to warm up via `chainId` and `address`
|
|
14
|
+
|
|
15
|
+
|
|
3
16
|
## [1.0.20]
|
|
4
17
|
|
|
5
18
|
### Added
|