From 4c47b22fee02775151829944c7c7f29eacd3d8af Mon Sep 17 00:00:00 2001 From: Gary Rong Date: Thu, 26 Jun 2025 19:18:37 +0800 Subject: [PATCH] internal/jsre/deps: add web3 parser --- internal/jsre/deps/web3.js | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/jsre/deps/web3.js b/internal/jsre/deps/web3.js index 0aa738a2af..0071d7eb7d 100644 --- a/internal/jsre/deps/web3.js +++ b/internal/jsre/deps/web3.js @@ -3977,6 +3977,7 @@ var outputSyncingFormatter = function(result) { result.healingBytecode = utils.toDecimal(result.healingBytecode); result.txIndexFinishedBlocks = utils.toDecimal(result.txIndexFinishedBlocks); result.txIndexRemainingBlocks = utils.toDecimal(result.txIndexRemainingBlocks); + result.stateIndexRemaining = utils.toDecimal(result.stateIndexRemaining) return result; };