We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e040dc1 commit 5fc5ae7Copy full SHA for 5fc5ae7
src/swapService/strategies/balmySDK/customSourceList.ts
@@ -82,6 +82,9 @@ export class CustomSourceList extends LocalSourceList {
82
buyToken,
83
order,
84
}
85
+ console.log(
86
+ `QUERY EXECUTING: ${sourceId} ${elapsedSeconds}s ${stringify(requestGist)}`,
87
+ )
88
if (elapsedSeconds > 10) {
89
console.log(
90
`SLOW QUERY [10]: ${sourceId} ${elapsedSeconds}s ${stringify(requestGist)}`,
0 commit comments