replace: ```js const BN = require('bignumber.js') ``` with ```js const { BN } = require('dvf-utils') ``` or where appropriate ```js const { toBN } = require('dvf-utils') ```
replace:
with
or where appropriate