Skip to content

Commit 9e475fa

Browse files
authored
Merge pull request #832 from ethereum-optimism/sbvegan-patch-1
Update genesis.mdx
2 parents f8092ce + 5a0fb4c commit 9e475fa

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

pages/builders/chain-operators/deploy/genesis.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ go run cmd/main.go genesis l2 \
8282
--l1-rpc=<RPC URL for an Ethereum L1 node. Cannot be used with --l1-starting-bloc>>
8383
```
8484

85-
Alternatively, you can omit `--l1-rpc` and use `--l1-starting-block`. This option
86-
lets you provide a path to a JSON file containing the L1 starting block. This
87-
overrides the need for using an L1 RPC to fetch the block. It cannot be used
88-
with `--l1-rpc`.
89-
9085
## Next Steps
9186

9287
* Learn how to [initialize](/builders/node-operators/configuration/base-config#initialization-via-genesis-file)

pages/builders/chain-operators/tutorials/integrating-da-layer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ Follow our guide on [how to operate an Alt-DA Mode chain](/builders/chain-operat
4545

4646
## Next Steps
4747

48-
* Want to explore more? See an [example DA server](https://github.com/ethereum-optimism/optimism/blob/develop/op-plasma/daserver.go)
48+
* Want to explore more? See an [example DA server](https://github.com/ethereum-optimism/optimism/tree/develop/op-alt-da/cmd/daserver)
4949
* For more detail on implementing the DA Server, [see the specification](https://specs.optimism.io/experimental/alt-da.html#da-server).

0 commit comments

Comments
 (0)