@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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
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, '
|
42767
|
+
return sendAsync(wallet.ethereum, 'eth_getBlockByNumber', 'latest', true);
|
42768
42768
|
|
42769
42769
|
case 3:
|
42770
42770
|
currentBlock = _context.sent;
|