[OP Stack Deployment] Deploying contracts to L1 failing #294
-
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionI'm following the create L2 rollup tutorial listed here https://docs.optimism.io/builders/chain-operators/tutorials/create-l2-rollup When I run the "Deploy the L1 contracts" step's forge script command, it fails. Then next when I ran the command I got this error how should i resolve this, I simply followed the tutorial upto this point yet it failed LogsNo response Additional InformationNo response FeedbackSo the tutorial doesn't mention but I had to do |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
It seems you missed a step in Configure your network. After running the command Head over to your optimism/packages/contracts-bedrock/deploy-config |
Beta Was this translation helpful? Give feedback.
It seems you missed a step in Configure your network.
After running the command
./scripts/getting-started/config.shHead over to your optimism/packages/contracts-bedrock/deploy-config
directory in your Optimism mono-repo and make sure that
getting-started.jsonfile was created.