Skip to content

Commit

Permalink
Merge pull request #275 from InjectiveLabs/feat/synch_ini_files_for_s…
Browse files Browse the repository at this point in the history
…ol_usdt_market

feat/synch_ini_files_for_sol_usdt_market
  • Loading branch information
aarmoa authored Nov 30, 2023
2 parents 0cd4546 + 798c760 commit 686e9df
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
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.10**
* Synchronized markets and tokens config files to add SOL/USDT spot market

**0.9.9**
* Synchronized markets and tokens config files to add USDY/USDT and WHALE/USDT spot markets

Expand Down
9 changes: 9 additions & 0 deletions pyinjective/denoms_mainnet.ini
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,15 @@ min_display_price_tick_size = 0.00001
min_quantity_tick_size = 10000000
min_display_quantity_tick_size = 10

[0xac938722067b1dfdfbf346d2434573fb26cb090d309b19af17df2c6827ceb32c]
description = 'Mainnet Spot SOL/USDT'
base = 8
quote = 6
min_price_tick_size = 0.0001
min_display_price_tick_size = 0.01
min_quantity_tick_size = 1000000
min_display_quantity_tick_size = 0.01

[0x4ca0f92fc28be0c9761326016b5a1a2177dd6375558365116b5bdda9abc229ce]
description = 'Mainnet Derivative BTC/USDT PERP'
base = 0
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.9"
version = "0.9.10"
description = "Injective Python SDK, with Exchange API Client"
authors = ["Injective Labs <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 686e9df

Please sign in to comment.