developers icon indicating copy to clipboard operation
developers copied to clipboard

Cannot find deployment: L1StandardBridgeProxy

Open armmarov opened this issue 9 months ago • 8 comments

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

armmarov avatar Apr 30 '24 08:04 armmarov