Skip to content

Commit 686e9df

Browse files
authored
Merge pull request #275 from InjectiveLabs/feat/synch_ini_files_for_sol_usdt_market
feat/synch_ini_files_for_sol_usdt_market
2 parents 0cd4546 + 798c760 commit 686e9df

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
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.10**
82+
* Synchronized markets and tokens config files to add SOL/USDT spot market
83+
8184
**0.9.9**
8285
* Synchronized markets and tokens config files to add USDY/USDT and WHALE/USDT spot markets
8386

pyinjective/denoms_mainnet.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,15 @@ min_display_price_tick_size = 0.00001
574574
min_quantity_tick_size = 10000000
575575
min_display_quantity_tick_size = 10
576576

577+
[0xac938722067b1dfdfbf346d2434573fb26cb090d309b19af17df2c6827ceb32c]
578+
description = 'Mainnet Spot SOL/USDT'
579+
base = 8
580+
quote = 6
581+
min_price_tick_size = 0.0001
582+
min_display_price_tick_size = 0.01
583+
min_quantity_tick_size = 1000000
584+
min_display_quantity_tick_size = 0.01
585+
577586
[0x4ca0f92fc28be0c9761326016b5a1a2177dd6375558365116b5bdda9abc229ce]
578587
description = 'Mainnet Derivative BTC/USDT PERP'
579588
base = 0

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.9"
3+
version = "0.9.10"
44
description = "Injective Python SDK, with Exchange API Client"
55
authors = ["Injective Labs <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)