Skip to content

Commit d5b869f

Browse files
committed
clean up
1 parent 6d89131 commit d5b869f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ export class CustomKyberswapQuoteSource extends AlwaysValidConfigAndContextSourc
9494
: undefined
9595

9696
const url = `https://aggregator-api.kyberswap.com/${chainKey}/api/v1/routes?tokenIn=${sellToken}&tokenOut=${buyToken}&amountIn=${order.sellAmount.toString()}&saveGas=0&gasInclude=true&excludedSources=clipper,hashflow-v3,kyberswap-limit-order,kyberswap-limit-order-v2,mx-trading,native-v1,native-v2`
97-
console.log("url: ", url)
9897
const routeResponse = await fetchService.fetch(url, { timeout, headers })
99-
console.log("routeResponse: ", routeResponse)
10098

10199
if (!routeResponse.ok) {
102100
failed(

0 commit comments

Comments
 (0)