-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function sync()
is not implemented in your script.
#461
Comments
There is no need to call |
An update would be great. I find the guide is outdated. ./scripts/getting-started/config.sh generated the Thanks. |
I have this problem when deploying L2 with Optimized Release v1.7.0, so what properties should i add? |
When will the tutorial branch and getting-started updated? Outdated tutorials and documentation is so confused now. ( l2oo, sync, deployment-dir ) |
I have this problem with v1.7.2 too. |
|
thanks @pjt3591oo ~, i will try! |
I've also experienced issues with this on 1.7.3 but those @pjt3591oo changes succeeded in a deployment, I understand some changes have been made in ethereum-optimism/optimism#10106 but would be good to have clarity on whether it will be fixed in the next release |
I am not sure whether this will be reflected in the next version. I am also just a developer working on a project using optimism. I would like to share some of the research I conducted while working on the project based on version There are four things areas that need to be modified in the official Optimism document. First.The process of deploying contracts to L1 and creating artifacts has been simplified.
# Deploy the L1 contracts
# generate .deploy
$ forge script scripts/Deploy.s.sol:Deploy --private-key $GS_ADMIN_PRIVATE_KEY --broadcast --rpc-url $L1_RPC_URL --slow
# Generate contract artifacts
# .deploy to [deployed contracts].json
forge script scripts/Deploy.s.sol:Deploy --sig 'sync()' --rpc-url $L1_RPC_URL
# Deploy the L1 contracts
# generate .deploy
$ forge script scripts/Deploy.s.sol:Deploy --private-key $GS_ADMIN_PRIVATE_KEY --broadcast --rpc-url $L1_RPC_URL --slow
|
Bug Description
From official guide: https://docs.optimism.io/builders/chain-operators/tutorials/create-l2-rollup
Will show this error:
Steps to Reproduce
When running:
Expected behavior
Follow the official docs should work.
Environment Information:
Dependency | Minimum | Actual
git 2 2.44.0
go 1.21 1.22.1
node 20 20.11.1
pnpm 8 8.13.1
foundry 0.2.0 (a5efe4f) 0.2.0 (ce22450)
make 3 4.4.1
jq 1.6 1.7.1
direnv 2 2.33.0
Configurations:
Command line flags or environment variables you're using.
Logs:
Additional context
Add any other context about the problem here.
Please ensure all required sections are filled out accurately to expedite the debugging process and improve issue resolution efficiency.
The text was updated successfully, but these errors were encountered: