Skip to content

Commit

Permalink
increase one hop
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Dec 20, 2023
1 parent c812f68 commit 5a777bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sor/sorV2/sorV2.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export class SorV2Service implements SwapService {

public async getSwapResult(
{ chain, tokenIn, tokenOut, swapType, swapAmount, graphTraversalConfig }: GetSwapsInput,
maxNonBoostedPathDepth = 3,
maxNonBoostedPathDepth = 4,
): Promise<SwapResult> {
try {
const poolsFromDb = await this.getBasePools(chain);
Expand Down

0 comments on commit 5a777bb

Please sign in to comment.