TimedOrder submission works

This commit is contained in:
Tim Olson
2023-12-04 17:59:57 -04:00
parent 9797632ac6
commit c9ccb89d8e
8 changed files with 138 additions and 114 deletions

View File

@@ -43,8 +43,8 @@ export const vAutoSelect = {
input.onfocus = () => setTimeout(() => input.select(), 0)
}
}
export const uint64max = 18446744073709551615n
export const uint32max = 4294967295n
export const uint64max = 18446744073709551615n
export function tokenNumber(token, balance) {
return FixedNumber.fromValue(balance, token.decimals, {decimals:token.decimals, width: 256})