[OP Stack Deployment] Cheatcodes not enabled for <Address> on Deploy v1.10.0 #700
Unanswered
web3technologies
asked this question in
Deploying the OP Stack
Replies: 2 comments 1 reply
-
Hello. Thank you for sharing. I'll pass this along to the OP team when I have the opportunity. |
Beta Was this translation helpful? Give feedback.
0 replies
-
do you mean you are running l1 with reth? maybe you can check this if you just want local dev network |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
I am trying to deploy the Scripts onto a local Reth dev node, however run into this cheat code error.
forge script scripts/deploy/Deploy.s.sol:Deploy --private-key "$GS_ADMIN_PRIVATE_KEY" --broadcast --rpc-url "$L1_RPC_URL"
Logs
Logs
Writing artifact to /root/optimism/packages/contracts-bedrock/deployments/9-deploy.json
Connected to network with chainid 9
Loading addresses from deploymentss/artifact.json
Commit hash: (910c9ade39c0bcdff5f2badd94efbe016a428e73
DeployConfig: reading file /root/optimism/packages/contracts-bedrock/deploy-config/getting-started.json
Deploying a fresh OP Stack including SuperchainConfig
start of L1 Deploy!
Setting up Superchain
Saving SuperchainProxyAdmin: 0xdaE97900D4B184c5D2012dcdB658c008966466DD
Saving SuperchainConfigProxy: 0xDc82c0362A241Aa94d53546648EACe48C9773dAa
Saving SuperchainConfig: 0x238213078DbD09f2D15F4c14c02300FA1b2A81BB
Saving ProtocolVersionsProxy: 0x856e75e9c0Da547F9753c17746D6cc139b668e5c
Saving ProtocolVersions: 0xd85BdcdaE4db1FAEB8eF93331525FE68D7C8B3f0
Running chain assertions on the ProtocolVersions proxy at 0x856e75e9c0Da547F9753c17746D6cc139b668e5c
Running chain assertions on the SuperchainConfig proxy at 0xDc82c0362A241Aa94d53546648EACe48C9773dAa
Running chain assertions on the ProtocolVersions implementation at 0xd85BdcdaE4db1FAEB8eF93331525FE68D7C8B3f0
Running chain assertions on the SuperchainConfig implementation at 0x238213078DbD09f2D15F4c14c02300FA1b2A81BB
Deploying implementations
Error: script failed: cheatcodes are not enabled for 0x32C3144332bfB6a3e638Cba8160351B96Ef92ED2; see `vm.allowChroot@c5272dd2dbe1:~/optimism/packages/contracts-bedrock#
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions