Skip to content

Commit 4a540f5

Browse files
committed
README cleanup
1 parent bf253fd commit 4a540f5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

playground/utils/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Regenerating the Rollup Config
2+
3+
```
14
# Reset the state
25
rm state.json
36
echo '{"version": 1}' > state.json
@@ -8,6 +11,7 @@ op-deployer apply --workdir . --deployment-target genesis
811
op-deployer inspect genesis --workdir . --outfile ./genesis.json 13
912
1013
op-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

3841
4. **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.

0 commit comments

Comments
 (0)