Skip to content
Discussion options

You must be logged in to vote

i resolve , you need to pass this flag "--rollup.l1-chain-config" to op-node :
this file is the genesis file from your blockchain , im using a besu hyperledger so mine its not on Sepolia or Ethereum Mainet so i need to configure this file .
rollup.l1-chain-config
"Path to .json file with the chain configuration for the L1, either in the direct format or genesis.json format (i.e. embedded under the .config property). Not necessary / will be ignored if using Ethereum mainnet or Sepolia as an L1."
the flag to bee added to docker-compose file or just pass this comand if you used op-node from source:
- "--rollup.l1-chain-config=/workspace/genesis_my_zero_gas_teste_genesis.json"

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Johnaverse
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
op-stack-deployment Questions relating to deploying your own OP Stack. discussion-metrics Used by Github Action to gather discussion metrics on the question and answer section.
2 participants