Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Apr 27, 2024
1 parent 8437009 commit b71f747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/decimal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export let ZERO_BI = BigInt.fromI32(0)
export let ONE_BI = BigInt.fromI32(1)
export let TEN_BI = BigInt.fromI32(10)


@inline
export function changeValueEncoding(
value: BigInt,
Expand Down

0 comments on commit b71f747

Please sign in to comment.