diff --git a/README.md b/README.md index 2ad1d67d..e094c565 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,9 @@ poetry run pytest -v ``` ### Changelogs +**0.9.3** +* Updated TIA/USDT-30NOV2023 market id in denoms_mainnet.ini file + **0.9.2** * Added fix to the grpc import error in Mac with M1 and M2 chips diff --git a/pyinjective/denoms_mainnet.ini b/pyinjective/denoms_mainnet.ini index 1f3fe227..71706e68 100644 --- a/pyinjective/denoms_mainnet.ini +++ b/pyinjective/denoms_mainnet.ini @@ -565,7 +565,7 @@ min_display_price_tick_size = 0.0001 min_quantity_tick_size = 0.1 min_display_quantity_tick_size = 0.1 -[0x4b7a550e1760cbd2c6ccb97562c56878083b92e32d07e9e3326945c6e60e6b60] +[0x64c3a57b693ede854b0a2794ed5c99546925d1fbe74d91a2e3286e4155a00dee] description = 'Mainnet Derivative TIA/USDT-30NOV2023 PERP' base = 0 quote = 6 diff --git a/pyproject.toml b/pyproject.toml index 737dbd6a..07bbadb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "injective-py" -version = "0.9.2" +version = "0.9.3" description = "Injective Python SDK, with Exchange API Client" authors = ["Injective Labs "] license = "Apache-2.0"