And this breaks Lido CSM key generation on testnet, through Eth Docker config
Relevant piece of code, using a Docker image:
export NETWORK=${NETWORK} && __docompose --profile tools run --rm deposit-cli-${mnemonic} \
--uid "$(id -u)" \
--execution_address "$(__lido_withdrawal_credentials_address)" \
--num_validators "${num_validators}" \
--keystore_password "${keystore_password}" \
--non_interactive