Skip to content

Commit

Permalink
Release 0.12.4 (#237)
Browse files Browse the repository at this point in the history
* 0.12.4

* chore: add changelog
  • Loading branch information
npty authored Feb 1, 2023
1 parent ecec57c commit 8e923de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.12.4] - 2023-FEBRUARY-1
- AxelarQueryAPI
- added `minGasPrice` parameter for the `estimateGasFee` function. `minGasPrice` is a floor set for the gas price in wei, used as override in case estimated gas price is below specified minimum.
- AxelarGMPRecoveryAPI
- added `gasLimitBuffer` to `EvmWalletDetails` object. The `execute` function will now incorporate the use of `gasLimitBuffer`, providing an increased gas limit to the originally estimated gas value. As an example, if the estimated gas is `300k`, with a gasLimitBuffer of `100k`, the final gas limit will be `400k`.

## [0.12.3] - 2023-JANUARY-30

- AxelarAssetTransfer
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelar-network/axelarjs-sdk",
"version": "0.12.4-alpha.0",
"version": "0.12.4",
"description": "The JavaScript SDK for Axelar Network",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 8e923de

Please sign in to comment.