Skip to content

Commit

Permalink
make eigenda version more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Feb 25, 2025
1 parent 0913760 commit 3b1fd9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Hokulea host currently computes a challenge proof that validates the correctness

### Running against devnet

First start the devnet on a local L1:
First start the devnet on a local L1 that uses eigenda v1:
```bash
git clone https://github.com/Layr-Labs/optimism.git
cd optimism/kurtosis-devnet && just eigenda-memstore-devnet
Expand All @@ -16,7 +16,7 @@ Then request rollup config and save it:
```bash
ROLLUP_NODE_RPC=$(kurtosis port print eigenda-memstore-devnet op-cl-1-op-node-op-geth-op-kurtosis http) && curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"optimism_rollupConfig","params":[],"id":1}' $ROLLUP_NODE_RPC | jq .result > rollup.json
```
Then run hokulea:
Then run hokulea against v1:
```bash
cd bin/client
just run-client-native-against-devnet
Expand Down

0 comments on commit 3b1fd9c

Please sign in to comment.