@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.cjs.js CHANGED
@@ -34715,7 +34715,7 @@ function toDecimals(number, decimals) {
34715
34715
  var _number, _decimals;
34716
34716
 
34717
34717
  number = Number(!isNaN((_number = number) === null || _number === void 0 ? void 0 : _number.value) ? number.value : number);
34718
- decimals = Number(!isNaN((_decimals = decimals) === null || _decimals === void 0 ? void 0 : _decimals.value) ? decimals.value : decimals) || 18;
34718
+ decimals = Number(!isNaN((_decimals = decimals) === null || _decimals === void 0 ? void 0 : _decimals.value) ? decimals.value : decimals) || 0;
34719
34719
 
34720
34720
  if (!number) {
34721
34721
  number = '0';