[OP Stack Deployment] Error on generating the L2 config files #351
Replies: 2 comments 8 replies
-
|
Which branch are you using? There are reports about failure to deploy on the latest optimism monorepo. Please try using the branch This log indicates that nothing has been deployed. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
So .deploy file is generated with all contract addresses deployed. but I get this: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment







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 followed the OP stack Docs to create a rollup on Sepolia Testnet.
After I deployed all the contracts successfully, I ran the "forge script scripts/Deploy.s.sol:Deploy --sig 'sync()' --rpc-url $L1_RPC_URL" and I got the following warnings/errors
So, the getting-started folder from deployments folder is empty.
Meaning that, on the next step, if I run the script to generate the L2 config files ( genesis.json and rollup.json ) I get the following error:
Logs
No response
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions