1export const ethImgToClientType: Record<string, string> = {2 rethV: 'exec', 'ghcr.io/paradigmxyz/reth': 'exec',3 nimbusV: 'cons', 'statusim/nimbus-eth2': 'cons',4 nethermindV: 'exec', 'nethermind/nethermind': 'exec',5 prysmVersion: 'cons', 'gcr.io/prysmaticlabs/prysm': 'cons',6 'consensys/teku': 'cons', 'ethereum/client-go': 'exec',7 'flashbots/mev-boost': 'skip',8}