Skip to content

Commit 76030c3

Browse files
authored
Merge pull request #259 from InjectiveLabs/fix/update_TIA_deriv_market_id_mainnet
fix/update_TIA_deriv_market_id_mainnet
2 parents b18f478 + b564a3e commit 76030c3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ poetry run pytest -v
7878
```
7979

8080
### Changelogs
81+
**0.9.3**
82+
* Updated TIA/USDT-30NOV2023 market id in denoms_mainnet.ini file
83+
8184
**0.9.2**
8285
* Added fix to the grpc import error in Mac with M1 and M2 chips
8386

pyinjective/denoms_mainnet.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ min_display_price_tick_size = 0.0001
565565
min_quantity_tick_size = 0.1
566566
min_display_quantity_tick_size = 0.1
567567

568-
[0x4b7a550e1760cbd2c6ccb97562c56878083b92e32d07e9e3326945c6e60e6b60]
568+
[0x64c3a57b693ede854b0a2794ed5c99546925d1fbe74d91a2e3286e4155a00dee]
569569
description = 'Mainnet Derivative TIA/USDT-30NOV2023 PERP'
570570
base = 0
571571
quote = 6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "injective-py"
3-
version = "0.9.2"
3+
version = "0.9.3"
44
description = "Injective Python SDK, with Exchange API Client"
55
authors = ["Injective Labs <contact@injectivelabs.org>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)