File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ ## Regenerating the Rollup Config
2+
3+ ```
14# Reset the state
25rm state.json
36echo '{"version": 1}' > state.json
@@ -8,6 +11,7 @@ op-deployer apply --workdir . --deployment-target genesis
811op-deployer inspect genesis --workdir . --outfile ./genesis.json 13
912
1013op-deployer inspect rollup --workdir . --outfile ./rollup.json 13
14+ ```
1115
1216## Updating for New op-deployer Releases
1317
@@ -33,7 +37,6 @@ When a new op-deployer version is released, follow these steps:
3337 - Set ` l1ContractsLocator ` and ` l2ContractsLocator ` to:
3438 ` https://storage.googleapis.com/oplabs-contract-artifacts/artifacts-v1-<ContentHash>.tar.gz `
3539 - Ensure ` configType = "custom" ` for HTTP URLs
36- - Use ` configType = "standard-overrides" ` for tag:// URLs
3740
38414 . ** Deploy with the new version:**
3942 ``` bash
@@ -44,4 +47,4 @@ When a new op-deployer version is released, follow these steps:
4447 ./op-deployer inspect rollup --workdir . --outfile ./rollup.json 13
4548 ```
4649
47- ** Note:** The ContentHash (not ArtifactsHash) is used in the HTTP URL. ArtifactsHash is for validation only.
50+ ** Note:** The ContentHash (not ArtifactsHash) is used in the HTTP URL.
You can’t perform that action at this time.
0 commit comments