Skip to content

Commit

Permalink
fix: distribution percent 10% -> 20% on base
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Dec 4, 2024
1 parent d3f77d1 commit c1e9966
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 @@ -77,7 +77,7 @@ export const DEFAULT_ROUTING_CONFIG_BY_CHAIN = (chainId: ChainId): AlphaRouterCo
maxSwapsPerPath: 3,
minSplits: 1,
maxSplits: 3,
distributionPercent: 10,
distributionPercent: 20,
forceCrossProtocol: false,
}
case ChainId.OPTIMISM:
Expand Down

0 comments on commit c1e9966

Please sign in to comment.