  address internal constant _CAMELOT_FACTORY = GOERLI_CAMELOT_V3_FACTORY;
  address internal constant _UNI_V3_FACTORY = GOERLI_UNISWAP_V3_FACTORY;
    // camelotPair = ICamelotFactory(_CAMELOT_FACTORY).getPair(_baseToken, _quoteToken);
    camelotPair = IAlgebraFactory(_CAMELOT_FACTORY).poolByPair(_baseToken, _quoteToken);
