BigNumber para numerar JavaScript
const big = BigInt(1);
const number = Number(big);
jawwson
const big = BigInt(1);
const number = Number(big);