From 1b94cc68af5dc73e8ed9d549769ac55727d7de00 Mon Sep 17 00:00:00 2001 From: Noah Khamliche Date: Thu, 10 Mar 2022 14:48:47 -0500 Subject: [PATCH] fixed gas schedule --- .../asset-swapper/src/utils/market_operation_utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [], };