@ethereansos/interfaces-core 0.4.91 → 0.4.92

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
@@ -34675,7 +34675,7 @@ var symbols = {
34675
34675
  */
34676
34676
 
34677
34677
  function toEthereumSymbol(decimals) {
34678
- var d = '1' + new Array(decimals + 1).join('0');
34678
+ var d = '1' + new Array(parseInt(decimals) + 1).join('0');
34679
34679
  return (Object.entries(symbols).find(function (_ref) {
34680
34680
  var _ref2 = _slicedToArray(_ref, 2);
34681
34681
  _ref2[0];