Skip to content

Commit 906af72

Browse files
committed
add logging
1 parent 964e198 commit 906af72

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/swapService/runner.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { logDev } from "@/common/utils/logs"
1+
import { logProd } from "@/common/utils/logs"
22
import { log } from "@uniswap/smart-order-router"
33
import { StatusCodes } from "http-status-codes"
44
import { isHex } from "viem"
@@ -96,5 +96,11 @@ export async function findSwaps(swapParams: SwapParams) {
9696
addInOutDeposits(swapParams, quote)
9797
}
9898

99+
logProd({
100+
name: "[QUOTES FOUND]",
101+
swapParams,
102+
quotes,
103+
})
104+
99105
return quotes
100106
}

0 commit comments

Comments
 (0)