Skip to content

Commit

Permalink
updates from review
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper committed Oct 1, 2024
1 parent db530a6 commit 0e148df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/builders/chain-operators/tools/op-deployer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,13 @@ Now that you've created your intent file, you can apply it to your chain. Run th
op-deployer apply --workdir .deployer --l1-rpc-url <rpc-url> --private-key <private key hex>
```

Using a hardware wallet is currently not supported, but this deployer key has no privileges so an ephemeral hot wallet
can be used.

This command will deploy the OP Stack to L1. It will deploy all L2s specified in the intent file. Superchain
configuration will be set to the Superchain-wide defaults - i.e., your chain will be opted into the Superchain pause
and will use the same protocol versions address as other chains on the Superchain.
and will use the same [protocol versions](https://github.com/ethereum-optimism/specs/blob/main/specs/protocol/superchain-upgrades.md)
address as other chains on the Superchain.

### Generating Genesis Files

Expand Down

0 comments on commit 0e148df

Please sign in to comment.