Skip to content

Commit ae0f037

Browse files
committed
fix: missing dep; tweak config
1 parent 55d7a00 commit ae0f037

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"http-status-codes": "2.3.0",
4545
"pino": "9.5.0",
4646
"pino-http": "10.3.0",
47+
"qs": "^6.13.1",
4748
"swagger-ui-express": "5.0.1",
4849
"viem": "^2.21.53",
4950
"zod": "3.23.8"

pnpm-lock.yaml

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/swapService/config/mainnet.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
135135
"uniswap",
136136
],
137137
},
138-
tryExactOut: true,
139138
},
140139
match: {},
141140
},

src/swapService/runner.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export async function runPipeline(
6161
return finalResult.response
6262
}
6363

64+
// TODO open ocean pro endpo
6465
// TODO timeouts on balmy
6566
// TODO review and add sources
6667
// TODO tokenlist, interfaces

0 commit comments

Comments
 (0)