File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -78,12 +78,15 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
7878
7979
8080### Changelogs
81+ ** 0.6.0.2**
82+ * Re-gen mainnet denoms
83+
8184** 0.6.0.0**
8285* Change default network to LB
83- * Re-gen denoms mainnet
86+ * Re-gen mainnet denoms
8487
8588** 0.5.9.7**
86- * Re-gen denoms mainnet
89+ * Re-gen mainnet denoms
8790
8891** 0.5.9.6**
8992* Re-gen proto
Original file line number Diff line number Diff line change @@ -340,6 +340,15 @@ min_display_price_tick_size = 1e-06
340340min_quantity_tick_size = 100000000
341341min_display_quantity_tick_size = 100000000.0
342342
343+ [0xa7fb70ac87e220f3ea7f7f77faf48b47b3575a9f7ad22291f04a02799e631ca9]
344+ description = ' Mainnet Spot CANTO/USDT'
345+ base = 18
346+ quote = 6
347+ min_price_tick_size = 0.0000000000000001
348+ min_display_price_tick_size = 0.0001
349+ min_quantity_tick_size = 10000000000000000000
350+ min_display_quantity_tick_size = 10.0
351+
343352[0x4ca0f92fc28be0c9761326016b5a1a2177dd6375558365116b5bdda9abc229ce]
344353description = ' Mainnet Derivative BTC/USDT PERP'
345354base = 0
@@ -580,3 +589,7 @@ decimals = 6
580589[USDCet]
581590peggy_denom = factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj1q6zlut7gtkzknkk773jecujwsdkgq882akqksk
582591decimals = 6
592+
593+ [CANTO]
594+ peggy_denom = ibc/D91A2C4EE7CD86BBAFCE0FA44A60DDD9AFBB7EEB5B2D46C0984DEBCC6FEDFAE8
595+ decimals = 18
Original file line number Diff line number Diff line change 17171818AUTHOR = "Injective Labs"
1919REQUIRES_PYTHON = ">=3.7.0"
20- VERSION = "0.6.0.1 "
20+ VERSION = "0.6.0.2 "
2121
2222REQUIRED = [
2323 "protobuf==3.19.1" ,
You can’t perform that action at this time.
0 commit comments