Skip to content

Commit

Permalink
add a OP_Sepolia_initialization link
Browse files Browse the repository at this point in the history
  • Loading branch information
opfocus committed Oct 12, 2023
1 parent b3c0bd4 commit 597adaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/developers/nodes/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Migrated Networks, *OP Mainnet* and *OP Goerli*, were running before the Bedrock

## OP Sepolia initialization

OP Sepolia is non-migrated network so it requires initialization via genesis file. `op-geth` uses JSON files to encode a network's genesis information. You'll need to download the genesis JSON, then run the following command to initialize the data directory:
OP Sepolia is non-migrated network so it requires [initialization via genesis file](../bedrock/node-operator-guide.md/#initialization-via-genesis-file). `op-geth` uses JSON files to encode a network's genesis information. You'll need to download the genesis JSON, then run the following command to initialize the data directory:

```bash
curl -o <path to genesis JSON> -sL <URL to genesis JSON>
Expand Down

0 comments on commit 597adaa

Please sign in to comment.