diff --git a/pyinjective/async_client.py b/pyinjective/async_client.py index 80911681..b76ab9dc 100644 --- a/pyinjective/async_client.py +++ b/pyinjective/async_client.py @@ -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 ) diff --git a/pyinjective/denoms_testnet.ini b/pyinjective/denoms_testnet.ini index 236a4ea8..b57bb07c 100644 --- a/pyinjective/denoms_testnet.ini +++ b/pyinjective/denoms_testnet.ini @@ -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' @@ -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]