-
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
Cannot find deployment: L1StandardBridgeProxy #463
Comments
+1 |
+1 |
1 similar comment
+1 |
Hello, The error indicates a missing assignment of the deployed contract. Check your deployment logs for the contract address, then ensure your deployment script properly assigns the deployed contract address to your configuration. Sync your application to apply changes. |
+1 |
Hey, anyone found a solution here? |
Can you elaborate? |
Okay, so I found a temporary solution for this issue. Basically, what is happening is that under Of course, this is only a temporary solution and should be fixed in the future by the repo contributors. |
Hi,
I got this error while running the tutorial script. The previous script showed no error, but we are still stuck at this stage. Any suggestion ? We are running on the sepolia and using the tutorials/chain branch by the way.
Script :
go run cmd/main.go genesis l2
--deploy-config ../packages/contracts-bedrock/deploy-config/getting-started.json
--deployment-dir ../packages/contracts-bedrock/deployments/getting-started/
--outfile.l2 genesis.json
--outfile.rollup rollup.json
--l1-rpc $L1_RPC_URL
Result :
t=2024-04-30T16:21:47+0800 lvl=info msg="Deploy config" path=../packages/contracts-bedrock/deploy-config/getting-started.json
t=2024-04-30T16:21:47+0800 lvl=info msg="Deployment directory" path=../packages/contracts-bedrock/deployments/getting-started/
t=2024-04-30T16:21:47+0800 lvl=crit msg="Application failed" message="cannot find L1StandardBridgeProxy artifact: cannot find deployment: L1StandardBridgeProxy"
exit status 1
The text was updated successfully, but these errors were encountered: