@ethereansos/interfaces-core 0.4.73 → 0.4.74

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
@@ -42764,7 +42764,7 @@ var Web3ContextInitializer = function Web3ContextInitializer(_ref) {
42764
42764
  case 0:
42765
42765
  _context.prev = 0;
42766
42766
  _context.next = 3;
42767
- return sendAsync(wallet.ethereum, 'eth_getBlock', 'latest', true);
42767
+ return sendAsync(wallet.ethereum, 'eth_getBlockByNumber', 'latest', true);
42768
42768
 
42769
42769
  case 3:
42770
42770
  currentBlock = _context.sent;