support Reth v1.5.0

This commit is contained in:
The MMGen Project 2025-06-29 14:04:46 +00:00
commit 641c8437c0
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2

View file

@ -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 = {