Skip to content

Commit 233b2c0

Browse files
committed
cleanup
1 parent 113b0f3 commit 233b2c0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/swapService/runner.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { SwapResponse } from "@/api/routes/swap/swapModel"
21
import { StatusCodes } from "http-status-codes"
32
import { isHex } from "viem"
43
import { getRoutingConfig } from "./config"
@@ -74,6 +73,7 @@ export async function runPipeline(
7473
// )
7574

7675
// console.log('finalResult.quotes: ', JSON.stringify(finalResult.quotes, null, 2));
76+
7777
return finalResult.quotes
7878
}
7979

@@ -95,10 +95,3 @@ export async function findSwaps(swapParams: SwapParams) {
9595

9696
return quotes
9797
}
98-
99-
// TODO timeouts on balmy
100-
// TODO review and add sources
101-
// TODO tokenlist, interfaces
102-
// TODO price impact
103-
// TODO logging - detect when fallback kicks
104-
// In wreapper strategy return dust to the original wrapper asset - deposit for EOA owner

0 commit comments

Comments
 (0)