we need to use BigInt not bigNumber. I'm pretty sure I said bignumber too unfortunately. Bignum is what we used to use before BigInt became standardized. But since BigInt is built in, it will be more performant and will not introduce another dependency.
we need to use BigInt not bigNumber. I'm pretty sure I said bignumber too unfortunately. Bignum is what we used to use before BigInt became standardized. But since BigInt is built in, it will be more performant and will not introduce another dependency.