const newProportions = Object.values(recipientMap).map(value => {
      let val = this._reduceToMaxPrecision(value);
      // reduction of additional powers if the number matches the number
      if (value.eq(recipientBal)) {
        val = val.div(bigNumberify(10).pow(tensDiff));