Skip to content

Commit 61d0000

Browse files
committed
refactor(web): use numbern syntax
1 parent 56bd3a8 commit 61d0000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/consts/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const ONE_BASIS_POINT = BigInt("10000");
1+
export const ONE_BASIS_POINT = 10000n;

0 commit comments

Comments
 (0)