get_default_tick_range

Documentation for eth_defi.uniswap_v3.utils.get_default_tick_range function.

get_default_tick_range(fee)[source]

Returns min and max tick for a given fee, this is used by default if the pool owner doesn’t want to apply concentrated liquidity initially.

Parameters

fee (int) –

Return type

Tuple[int, int]