[OP Stack Deployment] Getting an error when deploying the OP Stack Contracts #308
Replies: 7 comments 25 replies
-
I see the issue is related to funding devnet accounts, I would like to instead run a testnet OP Stack chain with celestia as DA instead. How do I go about doing this? I have checked celestia docs, ran everything until they redirect to OP docs to run a node. |
Beta Was this translation helpful? Give feedback.
-
also should the
|
Beta Was this translation helpful? Give feedback.
-
which github branch for your op-stack? |
Beta Was this translation helpful? Give feedback.
-
Your, error message indicates that your deployment script has failed, but without providing a specific reason why. This makes it a bit trickier to pinpoint the exact problem. I think your chainid is set incorrectly try this chainid instead. Also can you provide the code for your |
Beta Was this translation helpful? Give feedback.
-
I have copied the
|
Beta Was this translation helpful? Give feedback.
-
This seems to be related to branch is not updated to follow along with the docs, for eg, https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/scripts/getting-started/config.sh does not have the vars fundDevAccounts, faultGameWithdrawalDelay etc which is required by the steps on the Docs. |
Beta Was this translation helpful? Give feedback.
-
Resolved manually by updating required flags and parameters |
Beta Was this translation helpful? Give feedback.
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
My goal is to deploy an OP Stack Chain using Celestia as DA layer. I am running a celestia light node on the testnet mocha, but the contracts deployments seem to be failing. Ive tried with the default chainID 42069 and it still fails https://docs.optimism.io/builders/chain-operators/tutorials/create-l2-rollup#deploy-the-l1-contracts. Running
direnv allow
does not fix this (does not seem salt related).Logs
Beta Was this translation helpful? Give feedback.
All reactions