updated routing

This commit is contained in:
Noah Khamliche 2022-03-18 16:20:43 -04:00 committed by Noah Khamliche
parent 0bfd765481
commit e638268f94

View File

@ -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,
}),