Skip to content

Commit cc66d6c

Browse files
committed
feat: set balmy fetch timeout to 30s
1 parent 777ffbb commit cc66d6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/swapService/strategies/strategyBalmySDK.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ export class StrategyBalmySDK {
304304
choose: {
305305
by: "most-swapped-accounting-for-gas",
306306
},
307+
timeout: "30000", // TODO config
307308
},
308309
})
309310

0 commit comments

Comments
 (0)