Skip to content

Commit

Permalink
changeset version files
Browse files Browse the repository at this point in the history
  • Loading branch information
0xp3gasus committed Feb 14, 2024
1 parent 2f1833d commit 515de34
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-yaks-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@xchainjs/xchain-utxo': patch
---

`transfer` method with feeRate parameter defined
5 changes: 5 additions & 0 deletions .changeset/nine-impalas-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@xchainjs/xchain-wallet': patch
---

New method `getFeeRates` for returning the fee rates in the selected chain. It throws an error if the chain does not support the method
5 changes: 5 additions & 0 deletions .changeset/spotty-chairs-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@xchainjs/xchain-wallet': patch
---

`estimateGasPrices` method deprecated in favor of `getFeeRates` method
5 changes: 5 additions & 0 deletions .changeset/wild-news-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@xchainjs/xchain-wallet': patch
---

`transfer` method support `feeRate` parameter for UTXO clients and `gasPrice` parameter for EVM clients

0 comments on commit 515de34

Please sign in to comment.