Skip to content

Commit

Permalink
use same branch as current node
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrust committed Dec 5, 2024
1 parent 745c690 commit 12dc2ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ethstorage/archiver/guide-sepolia.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ It is assumed that the above services and components are functioning properly.
Clone the `op-geth` repository and build the execution client:

```bash
git clone https://github.com/ethereum-optimism/op-geth.git
git clone https://github.com/ethstorage/op-geth.git
cd op-geth
git checkout v1.101408.0
git checkout testnet
make geth
```

Expand Down Expand Up @@ -117,12 +117,12 @@ Start the client with the following command:
## Running op-node

### Getting the Code
Clone the Optimism monorepo and check out the `long-term-da` branch:
Clone the Optimism monorepo and check out the `testnet` branch:

```bash
git clone https://github.com/ethstorage/optimism.git
cd optimism
git checkout long-term-da
git checkout testnet
```

### Building the op-node
Expand Down

0 comments on commit 12dc2ac

Please sign in to comment.