@ethereansos/interfaces-core 0.4.75 → 0.4.76
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 +6 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +6 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -59039,7 +59039,9 @@ function _getTokenPriceInDollarsOnUniswap() {
|
|
59039
59039
|
_context.t1 = _context.sent;
|
59040
59040
|
wethAddress = _context.t0.toChecksumAddress.call(_context.t0, _context.t1);
|
59041
59041
|
_context.next = 9;
|
59042
|
-
return getEthereumPrice(
|
59042
|
+
return getEthereumPrice({
|
59043
|
+
context: context
|
59044
|
+
});
|
59043
59045
|
|
59044
59046
|
case 9:
|
59045
59047
|
ethereumPrice = _context.sent;
|
@@ -59095,7 +59097,9 @@ function _getTokenPriceInDollarsOnUniswapV() {
|
|
59095
59097
|
_context3.t1 = _context3.sent;
|
59096
59098
|
wethAddress = _context3.t0.toChecksumAddress.call(_context3.t0, _context3.t1);
|
59097
59099
|
_context3.next = 9;
|
59098
|
-
return getEthereumPrice(
|
59100
|
+
return getEthereumPrice({
|
59101
|
+
context: context
|
59102
|
+
});
|
59099
59103
|
|
59100
59104
|
case 9:
|
59101
59105
|
ethereumPrice = _context3.sent;
|