Skip to content

Commit a735e6d

Browse files
committed
updated docs
2 parents 20712af + eb42998 commit a735e6d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pages/operators/chain-operators/tools/op-deployer.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ For development or testing, you can try using tagged artifacts:
203203

204204
```bash
205205
--artifacts-locator tag://op-contracts/v1.8.0-rc.4
206-
207206
```
208207

209208
If you encounter the error `Application failed: failed to parse artifacts URL: unsupported tag`, you'll need to use the local files method described above, else If you use an invalid tag, the command will display all valid options.
@@ -341,11 +340,11 @@ op-deployer inspect l2-semvers --workdir .deployer <l2-chain-id># outputs the se
341340

342341
## Bootstrap usage
343342

344-
`op-deployer` provides a set of bootstrap commands specifically designed for initializing a new superchain on an L1 network. These commands are essential when you're setting up a completely new superchain environment rather than deploying a new chain on an existing superchain.
343+
`op-deployer` provides a set of bootstrap commands specifically designed for initializing a new superchain target on an L1 network. These commands are essential when you're setting up a completely new superchain target environment rather than deploying a new chain on an existing superchain.
345344

346345
### Bootstrap process overview
347346

348-
When bootstrapping a new superchain, you typically need to follow this process:
347+
When bootstrapping a new superchain target, you typically need to follow this process:
349348

350349
1. **Deploy proxy admin** (`bootstrap proxy`): Sets up the `ERC-1967` proxy for the superchain management contracts.
351350
2. **Deploy Superchain configuration** (`bootstrap superchain`): Creates the foundational superchain configuration contracts.
@@ -466,7 +465,7 @@ The command outputs a JSON file containing the deployed superchain contract addr
466465

467466
### Bootstrap implementations
468467

469-
The `bootstrap implementations` command deploys essential OP Stack infrastructure contracts. Chain operators use this command when spinning up a brand new superchain, not when adding a chain to an existing superchain.
468+
The `bootstrap implementations` command deploys essential OP Stack infrastructure contracts. Chain operators use this command when spinning up a brand new superchain target, not when adding a chain to an existing superchain.
470469

471470
**Command usage**
472471

0 commit comments

Comments
 (0)