File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
Expand file tree Collapse file tree 3 files changed +17
-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.8**
82+ * Synchronized markets and tokens config files to add PYTH/USDT spot market
83+
8184** 0.9.7**
8285* Added PYTH/USDT PERP market info in mainnet metadata ini file
8386
Original file line number Diff line number Diff line change @@ -547,6 +547,15 @@ min_display_price_tick_size = 0.001
547547min_quantity_tick_size = 100000
548548min_display_quantity_tick_size = 0.1
549549
550+ [0xa6ec1de114a5ffa85b6b235144383ce51028a1c0c2dee7db5ff8bf14d5ca0d49]
551+ description = ' Mainnet Spot PYTH/USDT'
552+ base = 6
553+ quote = 6
554+ min_price_tick_size = 0.0001
555+ min_display_price_tick_size = 0.0001
556+ min_quantity_tick_size = 1000000
557+ min_display_quantity_tick_size = 1
558+
550559[0x4ca0f92fc28be0c9761326016b5a1a2177dd6375558365116b5bdda9abc229ce]
551560description = ' Mainnet Derivative BTC/USDT PERP'
552561base = 0
@@ -791,6 +800,10 @@ decimals = 6
791800peggy_denom = peggy0xf9a06dE3F6639E6ee4F079095D5093644Ad85E8b
792801decimals = 18
793802
803+ [PYTH]
804+ peggy_denom = factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj1tjcf9497fwmrnk22jfu5hsdq82qshga54ajvzy
805+ decimals = 6
806+
794807[QNT]
795808peggy_denom = peggy0x4a220E6096B25EADb88358cb44068A3248254675
796809decimals = 18
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " injective-py"
3- version = " 0.9.7 "
3+ version = " 0.9.8 "
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