From 03bc15fbdffb40daa51439d1c4b3e170f80c7acf Mon Sep 17 00:00:00 2001 From: Romain Butteaud Date: Wed, 14 Oct 2020 20:18:40 -0700 Subject: [PATCH] fix: add _target comment for Swerve pool --- .../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 f73e96271e..521756ba51 100644 --- a/packages/asset-swapper/src/utils/market_operation_utils/constants.ts +++ b/packages/asset-swapper/src/utils/market_operation_utils/constants.ts @@ -176,7 +176,7 @@ export const MAINNET_SWERVE_INFOS: { [name: string]: CurveInfo } = { exchangeFunctionSelector: CurveFunctionSelectors.exchange, sellQuoteFunctionSelector: CurveFunctionSelectors.get_dy, buyQuoteFunctionSelector: CurveFunctionSelectors.None, - poolAddress: '0x329239599afb305da0a2ec69c58f8a6697f9f88d', + poolAddress: '0x329239599afb305da0a2ec69c58f8a6697f9f88d', // _target: 0xa5407eae9ba41422680e2e00537571bcc53efbfd tokens: [ '0x6b175474e89094c44da98b954eedeac495271d0f', '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',