Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the same code branch as current node in the testnet #339

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading