Represents the parameters for the findUniswapV3Pool function.
findUniswapV3Pool
type GetUniswapV3PoolParams = { tokenA: Address; tokenB: Address };