Skip to content

Commit

Permalink
Merge pull request #180 from InjectiveLabs/f/release_v0.6.0.2
Browse files Browse the repository at this point in the history
F/release v0.6.0.2
  • Loading branch information
achilleas-kal authored Feb 15, 2023
2 parents dacaa26 + 598d74d commit f21ff04
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,15 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas


### Changelogs
**0.6.0.2**
* Re-gen mainnet denoms

**0.6.0.0**
* Change default network to LB
* Re-gen denoms mainnet
* Re-gen mainnet denoms

**0.5.9.7**
* Re-gen denoms mainnet
* Re-gen mainnet denoms

**0.5.9.6**
* Re-gen proto
Expand Down
13 changes: 13 additions & 0 deletions pyinjective/denoms_mainnet.ini
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,15 @@ min_display_price_tick_size = 1e-06
min_quantity_tick_size = 100000000
min_display_quantity_tick_size = 100000000.0

[0xa7fb70ac87e220f3ea7f7f77faf48b47b3575a9f7ad22291f04a02799e631ca9]
description = 'Mainnet Spot CANTO/USDT'
base = 18
quote = 6
min_price_tick_size = 0.0000000000000001
min_display_price_tick_size = 0.0001
min_quantity_tick_size = 10000000000000000000
min_display_quantity_tick_size = 10.0

[0x4ca0f92fc28be0c9761326016b5a1a2177dd6375558365116b5bdda9abc229ce]
description = 'Mainnet Derivative BTC/USDT PERP'
base = 0
Expand Down Expand Up @@ -580,3 +589,7 @@ decimals = 6
[USDCet]
peggy_denom = factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj1q6zlut7gtkzknkk773jecujwsdkgq882akqksk
decimals = 6

[CANTO]
peggy_denom = ibc/D91A2C4EE7CD86BBAFCE0FA44A60DDD9AFBB7EEB5B2D46C0984DEBCC6FEDFAE8
decimals = 18
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.1"
VERSION = "0.6.0.2"

REQUIRED = [
"protobuf==3.19.1",
Expand Down

0 comments on commit f21ff04

Please sign in to comment.