[OP Stack Deployment] basic install #110
-
Issue Descriptionfollowing: https://docs.optimism.io/builders/chain-operators/tutorials/create-l2-rollup But failed at: (*docker scripts/file found here: https://github.com/astro44/OP_stack) Additional Information=> ERROR [18/21] RUN forge script scripts/Deploy.s.sol:Deploy --sig 'sync()' --rpc-url https://eth-sepolia.g.alchemy.com/v2/qi7kmIkIv7QsF8Ou0Y80a_5X3xqh-YFQ 0.3s
Dockerfile:131 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Re-ran the docker files again recently and this time faced with a similar error... so re-opening... |
Beta Was this translation helpful? Give feedback.
-
ethereum-optimism/optimism@082d075 This has been mentioned as a possible cause, please read this carefully if you are using the latest version |
Beta Was this translation helpful? Give feedback.
-
Hey @astro44, We hope your recent question was resolved to your satisfaction. Your feedback is invaluable and helps us improve our support services. Could you spare a moment to fill out a short feedback survey. Thank you for helping us improve our developer community. |
Beta Was this translation helpful? Give feedback.
ok we got past the "Deploy::setup()" section of the scripts/Deploy.s.sol scripts, after removing --sig 'sync()'... but now stuck on "Deploy::run()" .... tried starting from scratch with new "IMPL_SALT" no dice... got a new error with missing "faultGameWithdrawalDelay"... added that to the config....
... then removed "forge script scripts/Deploy.s.sol:Deploy --sig 'sync()' --rpc-url $L1_RPC_URL" completely....
now "main.go" fails because inside deployments/getting-started is now only left with a .deploy file with all the addresses of the deployed contracts..... so are we now missing a step to replace building the artifacts?
the final fix : replace the main.go line '--deployment-dir' for '…