Address audit findings (5.3 diff audit) (#5584)
Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com> Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
module.exports = {
|
||||
MAX_UINT32: 2n ** 32n - 1n,
|
||||
MAX_UINT48: 2n ** 48n - 1n,
|
||||
MAX_UINT64: 2n ** 64n - 1n,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user