support Reth v1.7.0

This commit is contained in:
The MMGen Project 2025-09-09 11:27:05 +00:00
commit 5269b5efc0
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
15.1.dev53
15.1.dev54

View file

@ -129,7 +129,7 @@ class geth_daemon(ethereum_daemon):
)
class reth_daemon(geth_daemon):
daemon_data = _dd('Reth', 1006000, '1.6.0')
daemon_data = _dd('Reth', 1007000, '1.7.0')
version_pat = r'reth/v(\d+)\.(\d+)\.(\d+)'
exec_fn = 'reth'
datadirs = {