Skip to content

Commit

Permalink
6 decimal precision arbs
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjames44 committed Jun 11, 2024
1 parent 44d3f56 commit 2221996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/block/[block_height].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const Trace = ({
BigInt(value.amount?.lo ?? 0),
BigInt(value.amount?.hi ?? 0),
displayDenomExponent
).toFixed(2);
).toFixed(6);
return (
<HStack key={index} align="left" zIndex={1}>
<Box>
Expand Down

0 comments on commit 2221996

Please sign in to comment.