Skip to content

Commit

Permalink
Merge pull request #186 from InjectiveLabs/f/release_v0.6.0.7
Browse files Browse the repository at this point in the history
F/release v0.6.0.7
  • Loading branch information
achilleas-kal authored Mar 1, 2023
2 parents 995c825 + 615b623 commit a84067c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas


### Changelogs
**0.6.0.7**
* Add LDO

**0.6.0.6**
* Set default testnet endpoints to K8S
* Remove LB config for testnet
Expand Down
13 changes: 13 additions & 0 deletions pyinjective/denoms_mainnet.ini
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,15 @@ min_display_price_tick_size = 0.0001
min_quantity_tick_size = 1000
min_display_quantity_tick_size = 0.001

[0x66a113e1f0c57196985f8f1f1cfce2f220fa0a96bca39360c70b6788a0bc06e0]
description = 'Mainnet Spot LDO/USDC'
base = 8
quote = 6
min_price_tick_size = 0.00001
min_display_price_tick_size = 0.001
min_quantity_tick_size = 100000
min_display_quantity_tick_size = 0.001

[0x4ca0f92fc28be0c9761326016b5a1a2177dd6375558365116b5bdda9abc229ce]
description = 'Mainnet Derivative BTC/USDT PERP'
base = 0
Expand Down Expand Up @@ -606,3 +615,7 @@ decimals = 18
[CRE]
peggy_denom = ibc/3A6DD3358D9F7ADD18CDE79BA10B400511A5DE4AE2C037D7C9639B52ADAF35C6
decimals = 6

[LDO]
peggy_denom = factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj1me6t602jlndzxgv2d7ekcnkjuqdp7vfh4txpyy
decimals = 8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
EMAIL = "[email protected]"
AUTHOR = "Injective Labs"
REQUIRES_PYTHON = ">=3.7.0"
VERSION = "0.6.0.5"
VERSION = "0.6.0.7"

REQUIRED = [
"protobuf",
Expand Down

0 comments on commit a84067c

Please sign in to comment.