Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release/0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
leeren committed Aug 26, 2024
2 parents 0059726 + 2a25df1 commit 488e28a
Show file tree
Hide file tree
Showing 12 changed files with 1,309 additions and 646 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ To connect to Iliad, initialize `story` with the `--network iliad` flag, which w
./story init --network iliad
```

Afterwards, run the [`story-geth`](https://github.com/piplabs/story-geth) execution client with `iliad` network flag:
Afterwards, run the [`story-geth`](https://github.com/piplabs/story-geth) execution client in `full` sync mode with the `iliad` network flag:

```bash
./geth --iliad
./geth --iliad --syncmode full
```

Now you should be able to sync to the Iliad network with the following:
Expand Down
Loading

0 comments on commit 488e28a

Please sign in to comment.