diff --git a/packages/asset-swapper/src/utils/market_operation_utils/constants.ts b/packages/asset-swapper/src/utils/market_operation_utils/constants.ts index ad809b3e97..d04e826a64 100644 --- a/packages/asset-swapper/src/utils/market_operation_utils/constants.ts +++ b/packages/asset-swapper/src/utils/market_operation_utils/constants.ts @@ -1069,7 +1069,7 @@ const MOBIUSMONEY_CELO_SHARED: CurveInfo = { sellQuoteFunctionSelector: CurveFunctionSelectors.calculateSwap, buyQuoteFunctionSelector: CurveFunctionSelectors.None, metaTokens: undefined, - gasSchedule: 300e3, + gasSchedule: 150e3, poolAddress: NULL_ADDRESS, tokens: [], };