@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.cjs.js
CHANGED
@@ -42775,7 +42775,7 @@ var Web3ContextInitializer = function Web3ContextInitializer(_ref) {
|
|
42775
42775
|
case 0:
|
42776
42776
|
_context.prev = 0;
|
42777
42777
|
_context.next = 3;
|
42778
|
-
return sendAsync(wallet.ethereum, '
|
42778
|
+
return sendAsync(wallet.ethereum, 'eth_getBlockByNumber', 'latest', true);
|
42779
42779
|
|
42780
42780
|
case 3:
|
42781
42781
|
currentBlock = _context.sent;
|