File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
pages/builders/chain-operators Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,6 @@ go run cmd/main.go genesis l2 \
82
82
--l1-rpc=< RPC URL for an Ethereum L1 node. Cannot be used with --l1-starting-bloc>>
83
83
```
84
84
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
-
90
85
## Next Steps
91
86
92
87
* Learn how to [ initialize] ( /builders/node-operators/configuration/base-config#initialization-via-genesis-file )
Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ Follow our guide on [how to operate an Alt-DA Mode chain](/builders/chain-operat
45
45
46
46
## Next Steps
47
47
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 )
49
49
* For more detail on implementing the DA Server, [ see the specification] ( https://specs.optimism.io/experimental/alt-da.html#da-server ) .
You can’t perform that action at this time.
0 commit comments