Skip to content

Commit

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

* 5% -> 10% for mainnet distribution percent

* 5% -> 10% for all default chains (including eth mainnet)
  • Loading branch information
jsy1218 authored Aug 16, 2023
1 parent 59d2619 commit cd31cbf
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: 5,
distributionPercent: 10,
forceCrossProtocol: false,
}
}
Expand Down

0 comments on commit cd31cbf

Please sign in to comment.