Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/gmx-io/gmx-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 13, 2024
2 parents 54f8bf0 + f53db49 commit 3f61999
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/factors.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { USD_DECIMALS, USDG_DECIMALS } from "lib/legacy";
import { expandDecimals } from "lib/numbers";

export const BASIS_POINTS_DIVISOR = 10000;
Expand Down Expand Up @@ -26,4 +27,4 @@ export const HIGH_COLLATERAL_IMPACT_BPS = 500; // 5%
export const HIGH_SWAP_IMPACT_BPS = 50; // 0.5%
export const DEFAULT_ACCEPABLE_PRICE_IMPACT_BUFFER = 30; // 0.3%

export const HIGH_TRADE_VOLUME_FOR_FEEDBACK = expandDecimals(15, 35);
export const HIGH_TRADE_VOLUME_FOR_FEEDBACK = expandDecimals(1_000_000, USD_DECIMALS); // 1m

0 comments on commit 3f61999

Please sign in to comment.