@ethereansos/interfaces-core 0.4.117 → 0.4.118
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 +3 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -64574,7 +64574,9 @@ function _getTokenPricesInDollarsOnCoingecko() {
|
|
|
64574
64574
|
}()));
|
|
64575
64575
|
|
|
64576
64576
|
case 6:
|
|
64577
|
-
res.data = _context3.sent.reduce(({
|
|
64577
|
+
res.data = _context3.sent.reduce(function (acc, it) {
|
|
64578
|
+
return _objectSpread2(_objectSpread2({}, acc), it);
|
|
64579
|
+
}, {});
|
|
64578
64580
|
|
|
64579
64581
|
case 7:
|
|
64580
64582
|
_context3.next = 11;
|