We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281936b commit 546e428Copy full SHA for 546e428
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.6.3]
6
+### Fixed
7
+- Updated reference gas cost for messages in the gas limit estimator after chain upgrade v1.13
8
+
9
## [1.6.2]
10
### Fixed
11
- Fixed issue in the `listen_derivative_market_updates` method in the `AsyncClient` class
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "injective-py"
-version = "1.6.2"
+version = "1.6.3-rc1"
description = "Injective Python SDK, with Exchange API Client"
authors = ["Injective Labs <contact@injectivelabs.org>"]
license = "Apache-2.0"
0 commit comments