This function checks if a specific token pair has liquidity in one or more strategies.
public hasLiquidityByPair(sourceToken: string, targetToken: string))
sourceToken
token address
The first token in the pair.
targetToken
The second token in the pair.
True: the pair has active strategies.
False: the pair does not have active strategies.
Last updated 1 year ago