Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
nooxx committed Nov 14, 2024
1 parent 7245432 commit 46aa31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const tonToNanoton = (ton: string): bigint => {
*/
export const kavaToUkava = (kava: string): bigint => {
return parseUnits(kava, 6);
}
};

/**
* Convert uZETA to ZETA
Expand Down

0 comments on commit 46aa31b

Please sign in to comment.