Skip to content

Commit a04c3e2

Browse files
committed
update config
1 parent 9d135a7 commit a04c3e2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/swapService/runner.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ function loadPipeline(swapParams: SwapParams) {
3636
export async function runPipeline(
3737
swapParams: SwapParams,
3838
): Promise<SwapApiResponse[]> {
39-
if (swapParams.chainId === 43114) {
40-
throw new ApiError(StatusCodes.NOT_FOUND, "Swap quote not found", [])
41-
}
42-
4339
const pipeline = loadPipeline(swapParams)
4440

4541
const allResults: StrategyResult[] = []

0 commit comments

Comments
 (0)