diff --git a/src/expb/configs/clients/reth.py b/src/expb/configs/clients/reth.py index 847a500..1fc2ce0 100644 --- a/src/expb/configs/clients/reth.py +++ b/src/expb/configs/clients/reth.py @@ -14,7 +14,7 @@ class RethConfig(ClientConfig): def __init__(self): super().__init__( name="reth", - default_image="ethpandaops/reth:performance", + default_image="paradigmxyz/reth:nightly", default_command=[ "node", f"--datadir={CLIENTS_DATA_DIR}",