Create pool
For general pool creation, use the create_pool
function in the pool_v3
module.
Function params
token_a
: The token A object to add liquiditytoken_b
: The token B object to add liquidityfee_tier
: fee_iter will affect price precision, they correspond to different fee rates.tick
: initiailize price for pool
Last updated