Skip to content

Commit

Permalink
Merge pull request #202 from InjectiveLabs/f/update_tick_sizes
Browse files Browse the repository at this point in the history
F/update tick sizes
  • Loading branch information
achilleas-kal authored May 13, 2023
2 parents 58b8658 + 95492b5 commit fe61127
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions pyinjective/denoms_mainnet.ini
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ min_display_quantity_tick_size = 0.001
description = 'Mainnet Spot WETH/USDT'
base = 18
quote = 6
min_price_tick_size = 0.00000000000001
min_display_price_tick_size = 0.01
min_price_tick_size = 0.0000000000001
min_display_price_tick_size = 0.1
min_quantity_tick_size = 1000000000000000
min_display_quantity_tick_size = 0.001

Expand Down Expand Up @@ -389,17 +389,17 @@ min_display_quantity_tick_size = 0.1
description = 'Mainnet Derivative BTC/USDT PERP'
base = 0
quote = 6
min_price_tick_size = 100000
min_display_price_tick_size = 0.1
min_price_tick_size = 1000000
min_display_price_tick_size = 1.0
min_quantity_tick_size = 0.0001
min_display_quantity_tick_size = 0.0001

[0x54d4505adef6a5cef26bc403a33d595620ded4e15b9e2bc3dd489b714813366a]
description = 'Mainnet Derivative ETH/USDT PERP'
base = 0
quote = 6
min_price_tick_size = 10000
min_display_price_tick_size = 0.01
min_price_tick_size = 100000
min_display_price_tick_size = 0.1
min_quantity_tick_size = 0.01
min_display_quantity_tick_size = 0.01

Expand Down Expand Up @@ -578,6 +578,10 @@ decimals = 6
peggy_denom = peggy0x4d224452801ACEd8B2F0aebE155379bb5D594381
decimals = 18

[PUG]
peggy_denom = peggy0xf9a06dE3F6639E6ee4F079095D5093644Ad85E8b
decimals = 18

[HUAHUA]
peggy_denom = ibc/E7807A46C0B7B44B350DA58F51F278881B863EC4DCA94635DAB39E52C30766CB
decimals = 6
Expand Down Expand Up @@ -645,3 +649,4 @@ decimals = 8
[wMATIC]
peggy_denom = factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj1dxv423h8ygzgxmxnvrf33ws3k94aedfdevxd8h
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.2.1"
VERSION = "0.6.2.2"

REQUIRED = [
"protobuf",
Expand Down

0 comments on commit fe61127

Please sign in to comment.