@ethereansos/interfaces-core 0.4.80 → 0.4.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -34704,7 +34704,7 @@ function toDecimals(number, decimals) {
34704
34704
  var _number, _decimals;
34705
34705
 
34706
34706
  number = Number(!isNaN((_number = number) === null || _number === void 0 ? void 0 : _number.value) ? number.value : number);
34707
- decimals = Number(!isNaN((_decimals = decimals) === null || _decimals === void 0 ? void 0 : _decimals.value) ? decimals.value : decimals) || 18;
34707
+ decimals = Number(!isNaN((_decimals = decimals) === null || _decimals === void 0 ? void 0 : _decimals.value) ? decimals.value : decimals) || 0;
34708
34708
 
34709
34709
  if (!number) {
34710
34710
  number = '0';