Skip to content

Commit

Permalink
Merge pull request #159 from InjectiveLabs/f/fix_ini
Browse files Browse the repository at this point in the history
F/fix ini
  • Loading branch information
achilleas-kal committed Oct 19, 2022
2 parents adfdced + 53e1835 commit 28b399a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pyinjective/async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
injective_auction_rpc_pb2_grpc as auction_rpc_grpc,
)

from proto.injective.types.v1beta1 import (
from .proto.injective.types.v1beta1 import (
account_pb2
)

Expand Down
22 changes: 11 additions & 11 deletions pyinjective/denoms_testnet.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ quote = 6
min_price_tick_size = 0.000000000000001
min_display_price_tick_size = 0.001
min_quantity_tick_size = 10000000000000000
min_display_quantity_tick_size = 0.01
min_display_quantity_tick_size = 0.001

[0x90e662193fa29a3a7e6c07be4407c94833e762d9ee82136a2cc712d6b87d7de3]
description = 'Testnet Derivative BTC/USDT PERP'
Expand All @@ -26,22 +26,22 @@ 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 = 10000
min_display_price_tick_size = 0.01
min_quantity_tick_size = 0.01
min_display_quantity_tick_size = 0.01
min_price_tick_size = 100000
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 = 1000
min_display_price_tick_size = 0.001
min_quantity_tick_size = 0.001
min_display_quantity_tick_size = 0.001
min_price_tick_size = 100000
min_display_price_tick_size = 0.1
min_quantity_tick_size = 0.0001
min_display_quantity_tick_size = 0.0001


[USDT]
Expand Down

0 comments on commit 28b399a

Please sign in to comment.