We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
image = participant.el_image if launcher.builder_type == "mev-rs": files[ mev_rs_builder.MEV_BUILDER_MOUNT_DIRPATH_ON_SERVICE ] = mev_rs_builder.MEV_BUILDER_FILES_ARTIFACT_NAME elif launcher.builder_type == "flashbots": image = constants.DEFAULT_FLASHBOTS_BUILDER_IMAGE
Fix such that it uses the cache and uses the image that is being passed to flashbot builder image instead of a constant.
The text was updated successfully, but these errors were encountered:
barnabasbusa
No branches or pull requests
Fix such that it uses the cache and uses the image that is being passed to flashbot builder image instead of a constant.
The text was updated successfully, but these errors were encountered: