Commit 77255d1
fix: default CLIENT to reth in .env and docker-compose.yml (#1035)
* fix: default CLIENT to reth in .env
The default .env ships CLIENT=geth, which combined with
USE_BASE_CONSENSUS=true crash-loops on a clean checkout. This
contradicts the README (reth is documented as default) and the Azul
migration guide (geth + base-consensus is unsupported).
Change the CLIENT fallback from geth to reth so that a clean checkout
works out of the box.
Fixes #1010
* fix: update default client from geth to reth in docker-compose.yml
---------
Co-authored-by: Serhat Dolmac <srhtsrht17@gmail.com>1 parent d4a32b2 commit 77255d1
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments