@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 CHANGED
@@ -59050,7 +59050,9 @@ function _getTokenPriceInDollarsOnUniswap() {
59050
59050
  _context.t1 = _context.sent;
59051
59051
  wethAddress = _context.t0.toChecksumAddress.call(_context.t0, _context.t1);
59052
59052
  _context.next = 9;
59053
- return getEthereumPrice();
59053
+ return getEthereumPrice({
59054
+ context: context
59055
+ });
59054
59056
 
59055
59057
  case 9:
59056
59058
  ethereumPrice = _context.sent;
@@ -59106,7 +59108,9 @@ function _getTokenPriceInDollarsOnUniswapV() {
59106
59108
  _context3.t1 = _context3.sent;
59107
59109
  wethAddress = _context3.t0.toChecksumAddress.call(_context3.t0, _context3.t1);
59108
59110
  _context3.next = 9;
59109
- return getEthereumPrice();
59111
+ return getEthereumPrice({
59112
+ context: context
59113
+ });
59110
59114
 
59111
59115
  case 9:
59112
59116
  ethereumPrice = _context3.sent;