@bitgo-beta/sdk-coin-avaxp 3.5.10-beta.615 → 3.5.10-beta.616
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 +8 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [5.0.54](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxp@5.0.53...@bitgo/sdk-coin-avaxp@5.0.54) (2024-12-19)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **sdk-coin-avaxp:** include fees in utxo calculation ([22c9bb9](https://github.com/BitGo/BitGoJS/commit/22c9bb9dde1665225149c36e7c34df22e09811f8))
|
|
11
|
+
- **sdk-coin-avaxp:** set flat fee for staking tx ([37da7f1](https://github.com/BitGo/BitGoJS/commit/37da7f1545b99d7123c33a68007e4d486ef1f283))
|
|
12
|
+
- **sdk-coin-avaxp:** update tests ([ec9fc58](https://github.com/BitGo/BitGoJS/commit/ec9fc5896cea9f63b87fad494c2d876b30e6d2b6))
|
|
13
|
+
|
|
6
14
|
## [5.0.53](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxp@5.0.51...@bitgo/sdk-coin-avaxp@5.0.53) (2024-12-17)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @bitgo/sdk-coin-avaxp
|