ethersphere / swarm-cli

Manage your Bee node and interact with the Swarm network via the CLI
BSD 3-Clause "New" or "Revised" License
48 stars 21 forks source link

Mixing `bignumber.js` and native `bigint` #429

Closed AuHau closed 2 months ago

AuHau commented 1 year ago

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...