Skip to content

Commit 91bf6d0

Browse files
committed
fix: change decimal.js import
1 parent ae88e44 commit 91bf6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/sdk-legacy/utils/formatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Decimal } from "decimal.js-light";
1+
import Decimal from "decimal.js-light";
22

33
import { LEVERAGE_DECIMALS, PERCENTAGE_FACTOR } from "../../constants";
44
import { toBigInt } from "../../utils";

0 commit comments

Comments
 (0)