[OP Stack Deployment] <Testnet rollup errors with batcher and proposer> #212
-
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionRunning my own rollup according to tutorial, am seeing two distinct types of errors showing up. The first, in op-batcher: WARN [01-25|18:24:25.497] nonce too low service=batcher tx=3758f0..4f748a nonce=394 gasTipCap=4,641,005 gasFeeCap=223,000,949 gasLimit=292,144 err="nonce too low: next nonce 395, tx nonce 394" I am also seeing a nonce issue error on the Alchemy dashboard. Second type of errors showing up, in op-proposer, typically look something like this: WARN [01-25|18:26:03.336] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted: L2OutputOracle: block hash does not match the hash at the expected height" Any ideas how to correct this? I noticed the problem did not happen during the first time initializing, but now happens every time. LogsWARN [01-25|18:24:25.497] nonce too low service=batcher tx=3758f0..4f748a nonce=394 gasTipCap=4,641,005 gasFeeCap=223,000,949 gasLimit=292,144 err="nonce too low: next nonce 395, tx nonce 394" WARN [01-25|18:26:03.336] Failed to create a transaction, will retry service=proposer err="failed to estimate gas: execution reverted: L2OutputOracle: block hash does not match the hash at the expected height" Additional InformationNo response FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
maybe because your op-node is not yet synchronized up to the present time. Just wait until it is. |
Beta Was this translation helpful? Give feedback.
-
Hey @Ezra-Labs, We hope your recent question was resolved to your satisfaction. Your feedback is invaluable and helps us improve our support services. Could you spare a moment to fill out a short feedback survey. Thank you for helping us improve our developer community. |
Beta Was this translation helpful? Give feedback.
maybe because your op-node is not yet synchronized up to the present time. Just wait until it is.