File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -574,6 +574,15 @@ min_display_price_tick_size = 0.00001
574574min_quantity_tick_size = 10000000
575575min_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]
578587description = ' Mainnet Derivative BTC/USDT PERP'
579588base = 0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " injective-py"
3- version = " 0.9.9 "
3+ version = " 0.9.10 "
44description = " Injective Python SDK, with Exchange API Client"
55authors = [
" Injective Labs <[email protected] >" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments