From 907ec11e6b73125c6d08db662ede1c2d44053f14 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Wed, 7 May 2025 18:24:07 +0000 Subject: [PATCH] support Reth v1.3.12 --- mmgen/proto/eth/daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmgen/proto/eth/daemon.py b/mmgen/proto/eth/daemon.py index a8e7370a..96f2fc3b 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', 1002002, '1.2.2') + daemon_data = _dd('Reth', 1003012, '1.3.12') version_pat = r'reth/v(\d+)\.(\d+)\.(\d+)' exec_fn = 'reth' datadirs = {