swarm-cli
swarm-cli copied to clipboard
Mixing `bignumber.js` and native `bigint`
In some places we are using bignumber.js
's BigInt and in others the native one. I would suggest then dropping bignumber.js
as NodeJS should support bigint
in all supported versions...