You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/operators/chain-operators/deploy/genesis.mdx
-82Lines changed: 0 additions & 82 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,88 +89,6 @@ Once you have `genesis.json` and `rollup.json`:
89
89
2. Configure op-node with rollup.json.
90
90
3. Set up additional off-chain infrastructure as needed (block explorer, indexers, etc.). For more on architecture, see [Architecture overview](/operators/chain-operators/architecture).
91
91
92
-
## Legacy method: using foundry script
93
-
94
-
The following guide shows you how to generate the L2 genesis file `genesis.json`. This is a JSON
95
-
file that represents the L2 genesis. You will provide this file to the
96
-
execution client (op-geth) to initialize your network. There is also the rollup configuration file, `rollup.json`, which will be
97
-
provided to the consensus client (op-node).
98
-
99
-
<Callouttype="warning">
100
-
The following genesis creation information is the legacy method for creating OP Stack configuration files.
101
-
This method is not recommended. It's preserved here for historical context.
102
-
</Callout>
103
-
104
-
105
-
### Solidity script (Legacy)
106
-
107
-
You can also use the foundry script
108
-
located in the monorepo to generate an "L2 state dump" and then pass this into the op-node genesis subcommand.
0 commit comments