Skip to content

Commit

Permalink
Update testnet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbvegan authored Oct 12, 2023
1 parent 597adaa commit dc3a758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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](../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:
OP Sepolia is non-migrated network so it requires [initialization via genesis file](../bedrock/node-operator-guide/#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 Expand Up @@ -225,4 +225,4 @@ fi
### Operations
It is best to start `op-geth` first and shut it down last.
It is best to start `op-geth` first and shut it down last.

0 comments on commit dc3a758

Please sign in to comment.