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 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
7878
7979
8080### Changelogs
81+ ** 0.6.0.7**
82+ * Add LDO
83+
8184** 0.6.0.6**
8285* Set default testnet endpoints to K8S
8386* Remove LB config for testnet
Original file line number Diff line number Diff line change @@ -358,6 +358,15 @@ min_display_price_tick_size = 0.0001
358358min_quantity_tick_size = 1000
359359min_display_quantity_tick_size = 0.001
360360
361+ [0x66a113e1f0c57196985f8f1f1cfce2f220fa0a96bca39360c70b6788a0bc06e0]
362+ description = ' Mainnet Spot LDO/USDC'
363+ base = 8
364+ quote = 6
365+ min_price_tick_size = 0.00001
366+ min_display_price_tick_size = 0.001
367+ min_quantity_tick_size = 100000
368+ min_display_quantity_tick_size = 0.001
369+
361370[0x4ca0f92fc28be0c9761326016b5a1a2177dd6375558365116b5bdda9abc229ce]
362371description = ' Mainnet Derivative BTC/USDT PERP'
363372base = 0
@@ -606,3 +615,7 @@ decimals = 18
606615[CRE]
607616peggy_denom = ibc/3A6DD3358D9F7ADD18CDE79BA10B400511A5DE4AE2C037D7C9639B52ADAF35C6
608617decimals = 6
618+
619+ [LDO]
620+ peggy_denom = factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj1me6t602jlndzxgv2d7ekcnkjuqdp7vfh4txpyy
621+ decimals = 8
Original file line number Diff line number Diff line change 17171818AUTHOR = "Injective Labs"
1919REQUIRES_PYTHON = ">=3.7.0"
20- VERSION = "0.6.0.5 "
20+ VERSION = "0.6.0.7 "
2121
2222REQUIRED = [
2323 "protobuf" ,
You can’t perform that action at this time.
0 commit comments