We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f17edf commit dd9a821Copy full SHA for dd9a821
pyinjective/denoms_mainnet.ini
@@ -306,8 +306,8 @@ min_display_quantity_tick_size = 0.0001
306
307
[0xda0bb7a7d8361d17a9d2327ed161748f33ecbf02738b45a7dd1d812735d1531c]
308
description = 'Mainnet Spot USDT/USDC'
309
-base = 0
310
-quote = 0
+base = 6
+quote = 6
311
min_price_tick_size = 0.0001
312
min_display_price_tick_size = 0.0001
313
min_quantity_tick_size = 100
setup.py
@@ -17,7 +17,7 @@
17
EMAIL = "[email protected]"
18
AUTHOR = "Injective Labs"
19
REQUIRES_PYTHON = ">=3.7.0"
20
-VERSION = "0.5.9.7"
+VERSION = "0.5.9.8"
21
22
REQUIRED = [
23
"protobuf==3.19.1",
0 commit comments