Skip to content

Commit

Permalink
chore: fix price tick sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-kal committed Oct 19, 2022
1 parent 4dd19ba commit 53e1835
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyinjective/denoms_testnet.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@ description = 'Testnet Derivative BTC/USDT PERP'
base = 0
quote = 6
min_price_tick_size = 100000
min_display_price_tick_size = 0.0001
min_display_price_tick_size = 0.1
min_quantity_tick_size = 0.0001
min_display_quantity_tick_size = 0.0001

[0xd5e4b12b19ecf176e4e14b42944731c27677819d2ed93be4104ad7025529c7ff]
description = 'Mainnet Derivative ETH/USDT PERP'
description = 'Testnet Derivative ETH/USDT PERP'
base = 0
quote = 6
min_price_tick_size = 100000
min_display_price_tick_size = 0.0001
min_display_price_tick_size = 0.1
min_quantity_tick_size = 0.0001
min_display_quantity_tick_size = 0.0001

[0xe112199d9ee44ceb2697ea0edd1cd422223c105f3ed2bdf85223d3ca59f5909a]
description = 'Mainnet Derivative INJ/USDT PERP'
description = 'Testnet Derivative INJ/USDT PERP'
base = 0
quote = 6
min_price_tick_size = 100000
min_display_price_tick_size = 0.0001
min_display_price_tick_size = 0.1
min_quantity_tick_size = 0.0001
min_display_quantity_tick_size = 0.0001

Expand Down

0 comments on commit 53e1835

Please sign in to comment.