From e638268f94d606f44a2fffa4abad080809d6dbf3 Mon Sep 17 00:00:00 2001 From: Noah Khamliche Date: Fri, 18 Mar 2022 16:20:43 -0400 Subject: [PATCH] updated routing --- .../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 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, }),