Skip to content

Commit

Permalink
Merge pull request #259 from InjectiveLabs/fix/update_TIA_deriv_marke…
Browse files Browse the repository at this point in the history
…t_id_mainnet

fix/update_TIA_deriv_market_id_mainnet
  • Loading branch information
aarmoa authored Oct 16, 2023
2 parents b18f478 + b564a3e commit 76030c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyinjective/denoms_mainnet.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 76030c3

Please sign in to comment.