File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
- import { SwapResponse } from "@/api/routes/swap/swapModel"
2
1
import { StatusCodes } from "http-status-codes"
3
2
import { isHex } from "viem"
4
3
import { getRoutingConfig } from "./config"
@@ -74,6 +73,7 @@ export async function runPipeline(
74
73
// )
75
74
76
75
// console.log('finalResult.quotes: ', JSON.stringify(finalResult.quotes, null, 2));
76
+
77
77
return finalResult . quotes
78
78
}
79
79
@@ -95,10 +95,3 @@ export async function findSwaps(swapParams: SwapParams) {
95
95
96
96
return quotes
97
97
}
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
You can’t perform that action at this time.
0 commit comments