We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae88e44 commit 91bf6d0Copy full SHA for 91bf6d0
src/sdk/sdk-legacy/utils/formatter.ts
@@ -1,4 +1,4 @@
1
-import { Decimal } from "decimal.js-light";
+import Decimal from "decimal.js-light";
2
3
import { LEVERAGE_DECIMALS, PERCENTAGE_FACTOR } from "../../constants";
4
import { toBigInt } from "../../utils";
0 commit comments