-
Notifications
You must be signed in to change notification settings - Fork 114
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
Can not execute just validate-genesis-allocs <chain-id>
in local
#691
Comments
@atenjin Could you please let me know where you got the deployments output and the addresses.json? It looks like there might be not enough contract addresses. |
@edobry usually the failure of this test is due to one of two things:
As a first step, it might be good to just update the |
Bug Description
Can not execute
just validate-genesis-allocs <chain-id>
in localSteps to Reproduce
chain info:
This rollup is deployed through op-deployer tool v0.0.3 https://github.com/ethereum-optimism/optimism/releases/tag/op-deployer%2Fv0.0.3
and genesis.json rollup.json address.json, deploy-config.json are all generated by this tool.
address.json which is used for
SCR_DEPLOYMENTS_DIR
deploy-config.json:
Reproduce steps
just add-chain
, passjust validate 1924
, passjust validate-genesis-allocs 1924
meet error:Expected behavior
pass this check.
Environment Information:
a560627d56d9b12c7c649e782110101a9579a2c4
Additional context
This error due for the command:
op-node genesis l2
requires--l2-allocs
, but in this test, from the error log, the test does not provide this parameter.So it panic for reason:
msg="Application failed" message="missing l2-allocs"
The text was updated successfully, but these errors were encountered: