Skip to content

Commit

Permalink
Revert "Initial quote perf tuning by increasing the distribution perc…
Browse files Browse the repository at this point in the history
…ent from 5% to 10% for the mainnet (#285)" (#286)

This reverts commit cd31cbf.
  • Loading branch information
jsy1218 authored Aug 16, 2023
1 parent cd31cbf commit 98c8fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlers/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const DEFAULT_ROUTING_CONFIG_BY_CHAIN = (chainId: ChainId): AlphaRouterCo
maxSwapsPerPath: 3,
minSplits: 1,
maxSplits: 7,
distributionPercent: 10,
distributionPercent: 5,
forceCrossProtocol: false,
}
}
Expand Down

0 comments on commit 98c8fbe

Please sign in to comment.