diff --git a/mmgen/proto/eth/daemon.py b/mmgen/proto/eth/daemon.py index c7674ec3..3568517d 100755 --- a/mmgen/proto/eth/daemon.py +++ b/mmgen/proto/eth/daemon.py @@ -129,7 +129,7 @@ class geth_daemon(ethereum_daemon): ) class reth_daemon(geth_daemon): - daemon_data = _dd('Reth', 1003012, '1.3.12') + daemon_data = _dd('Reth', 1005000, '1.5.0') version_pat = r'reth/v(\d+)\.(\d+)\.(\d+)' exec_fn = 'reth' datadirs = {