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 8f9034141e..71e487ab79 100644 --- a/packages/asset-swapper/src/utils/market_operation_utils/constants.ts +++ b/packages/asset-swapper/src/utils/market_operation_utils/constants.ts @@ -1356,7 +1356,7 @@ export const CURVE_MAINNET_INFOS: { [name: string]: CurveInfo } = { gasSchedule: 250e3, }), [CURVE_POOLS.stgusdc]: createCurveFactoryCryptoExchangePool({ - tokens: [MAINNET_TOKENS.USDC, MAINNET_TOKENS.STG], + tokens: [MAINNET_TOKENS.STG, MAINNET_TOKENS.USDC], pool: CURVE_POOLS.stgusdc, gasSchedule: 400e3, }),