Skip to content

Commit 9c6585a

Browse files
committed
update config
1 parent 1bb16a0 commit 9c6585a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/swapService/strategies/balmySDK/sources/pendleQuoteSource.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,14 @@ export class CustomPendleQuoteSource
189189
amountIn: order.sellAmount.toString(),
190190
}
191191

192-
if (
193-
isAddressEqual(
194-
tokenIn.addressInfo,
195-
"0x1135b22d6e8FD0809392478eEDcd8c107dB6aF9D",
196-
)
197-
) {
198-
queryParams.aggregators = "paraswap"
199-
}
192+
// if (
193+
// isAddressEqual(
194+
// tokenIn.addressInfo,
195+
// "0x1135b22d6e8FD0809392478eEDcd8c107dB6aF9D",
196+
// )
197+
// ) {
198+
// queryParams.aggregators = "paraswap"
199+
// }
200200

201201
const queryString = qs.stringify(queryParams, {
202202
skipNulls: true,

0 commit comments

Comments
 (0)