Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -475,12 +475,6 @@ If the same `IMPL_SALT` is used to deploy the same contracts twice, the second d
**You can generate a new `IMPL_SALT` by running `direnv allow` anywhere in the Optimism Monorepo.**
</Callout>

{<h3>Generate contract artifacts</h3>}

```bash
forge script scripts/Deploy.s.sol:Deploy --sig 'sync()' --rpc-url $L1_RPC_URL
```

</Steps>

## Generate the L2 config files
Expand Down Expand Up @@ -508,7 +502,7 @@ Now you'll generate the `genesis.json` and `rollup.json` files within the `op-no
```bash
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/ \
--deployment-dir ../packages/contracts-bedrock/deployments/sepolia/ \
Comment thread
richardhuaaa marked this conversation as resolved.
Outdated
--outfile.l2 genesis.json \
--outfile.rollup rollup.json \
--l1-rpc $L1_RPC_URL
Expand Down