You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of these two errors shows up and the withdrawal doesn't get finalised:
cannot estimate gas; transaction may fail or may require manual gas limit [ See: https://links.ethers.org/v5-errors-UNPREDICTABLE_GAS_LIMIT ] (error={"reason":"execution reverted: xx","code":"UNPREDICTABLE_GAS_LIMIT","method":"estimateGas", ...
cannot estimate gas; transaction may fail or may require manual gas limit [ See: https://links.ethers.org/v5-errors-UNPREDICTABLE_GAS_LIMIT ] (error={"reason":"processing response error","code":"SERVER_ERROR","body":"{\"jsonrpc\":\"2.0\",\"id\":1,\"error\":{\"code\":-32000,\"message\":\"fee cap less than block base fee: address 0x1234567...., gasFeeCap: 13577057890 baseFee: 14021893374\"}}","error":{"code":-32000},"requestBody": ...
🖥️ Environment
Package version: 1.7.1
Node version: 22
NPM/Yarn version: 10.7.0
The text was updated successfully, but these errors were encountered:
🐛 Bug Report for zkSync CLI
📝 Description
withdraw-finalize fails with gas error
🔄 Reproduction Steps
npx zksync-cli bridge withdraw-finalize
🤔 Expected Behavior
The withdrawal gets finalised
😯 Current Behavior
One of these two errors shows up and the withdrawal doesn't get finalised:
🖥️ Environment
The text was updated successfully, but these errors were encountered: