Skip to content

Commit

Permalink
fix: reduce max price impact to 40%
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Mar 23, 2023
1 parent 9a3f0be commit 4b2a718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widget-playground/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const widgetBaseConfig: WidgetConfig = {
sdkConfig: {
apiUrl: 'https://develop.li.quest/v1',
defaultRouteOptions: {
maxPriceImpact: 1,
maxPriceImpact: 0.4,
// slippage: 0.03,
// order: 'SAFEST',
// allowSwitchChain: false,
Expand Down

0 comments on commit 4b2a718

Please sign in to comment.