@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.esm.js
CHANGED
|
@@ -64562,7 +64562,9 @@ function _getTokenPricesInDollarsOnCoingecko() {
|
|
|
64562
64562
|
}()));
|
|
64563
64563
|
|
|
64564
64564
|
case 6:
|
|
64565
|
-
res.data = _context3.sent.reduce(({
|
|
64565
|
+
res.data = _context3.sent.reduce(function (acc, it) {
|
|
64566
|
+
return _objectSpread2(_objectSpread2({}, acc), it);
|
|
64567
|
+
}, {});
|
|
64566
64568
|
|
|
64567
64569
|
case 7:
|
|
64568
64570
|
_context3.next = 11;
|