Skip to content

Commit

Permalink
fix: increase default price impact to 4% (#2451)
Browse files Browse the repository at this point in the history
fix: increase default price impact to 4% (#2451)
  • Loading branch information
platschi authored Jun 9, 2023
2 parents f7414cb + 33981d7 commit ae19f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/constants/futures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const KWENTA_TRACKING_CODE = formatBytes32String('KWENTA');
export const DEFAULT_NUMBER_OF_TRADES = 32;

export const DEFAULT_PRICE_IMPACT_DELTA_PERCENT = {
MARKET: '1',
MARKET: '4',
STOP: '4',
LIMIT: '4',
STOP_LOSS: '5',
Expand Down

1 comment on commit ae19f2f

@vercel
Copy link

@vercel vercel bot commented on ae19f2f Jun 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kwenta – ./

kwenta-git-main-kwenta.vercel.app
kwenta.io
kwenta-kwenta.vercel.app

Please sign in to comment.