[OP Stack Deployment] Deploy chain with op-contracts/v1.8.0 op-deployer/v0.0.13 #845
Replies: 2 comments 9 replies
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
I am trying to deploy a test OP Stack chain using the tutorials/chain branch, all steps have been completed, but an error occurs when starting op-node: failed to init L1: failed to validate the L1 config: failed to get L1 genesis blockhash: failed to fetch header by num 8680115: failed to verify block hash: computed 0x7e47ed15fc7a9bdeb46fd3ccaa0cd672f86ddc947423a8b44924f657f3adb54f but RPC said 0x7ce15fe84d9d4f25213a4dc84073962e170103a7f2ff668ef1d75801febed2e4"
Here's the relevant part of my intent.toml file:
my rollup.json file:
Logs
INFO [07-03|10:34:49.200] Not opted in to ProtocolVersions signal loading, disabling ProtocolVersions contract now.
INFO [07-03|10:34:49.201] No persisted sequencer state loaded
INFO [07-03|10:34:49.201] Rollup Config l2_chain_id=42069 l2_network="unknown L2" l1_chain_id=11,155,111 l1_network=sepolia l2_start_time=1,751,507,916 l2_block_hash=0x1778bac441f60b3f437fd6c728941b18a046421b6f51025bb1e753f3e1262820 l2_block_number=0 l1_block_hash=0x7ce15fe84d9d4f25213a4dc84073962e170103a7f2ff668ef1d75801febed2e4 l1_block_number=8,680,115 regolith_time="@ genesis" canyon_time="@ genesis" delta_time="@ genesis" ecotone_time="(not configured)" fjord_time="@ genesis" interop_time="(not configured)"
INFO [07-03|10:34:49.201] Initializing rollup node version=v0.0.0-a06cae81-1705510057
ERROR[07-03|10:34:51.003] Error initializing the rollup node err="failed to init L1: failed to validate the L1 config: failed to get L1 genesis blockhash: failed to fetch header by num 8680115: failed to verify block hash: computed 0x7e47ed15fc7a9bdeb46fd3ccaa0cd672f86ddc947423a8b44924f657f3adb54f but RPC said 0x7ce15fe84d9d4f25213a4dc84073962e170103a7f2ff668ef1d75801febed2e4"
CRIT [07-03|10:34:51.003] Application failed message="failed to setup: unable to create the rollup node: failed to init L1: failed to validate the L1 config: failed to get L1 genesis blockhash: failed to fetch header by num 8680115: failed to verify block hash: computed 0x7e47ed15fc7a9bdeb46fd3ccaa0cd672f86ddc947423a8b44924f657f3adb54f but RPC said 0x7ce15fe84d9d4f25213a4dc84073962e170103a7f2ff668ef1d75801febed2e4"
Questions
Feedback
Clear deployment documentation is required. The current documentation at https://docs.optimism.io/operators/chain-operators/tutorials/create-l2-rollup still uses the tutorials/chain branch as an example, and the versions of the various components used are very confusing. We hope you can take some time to update the documentation so that developers can spend less time dealing with this confusing documentation.
Beta Was this translation helpful? Give feedback.
All reactions