Skip to content
New issue

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

feat: Add-blockscout_params #838

Merged
merged 7 commits into from
Nov 29, 2024

Conversation

zt-9
Copy link
Contributor

@zt-9 zt-9 commented Nov 28, 2024

fix #837
the default blockscout image version does not work on my machine.
so i added the blockscout_params for blockscout service. now user can customize the image versions they want to use.
it contains two params:

blockscout_params:
  # blockscout docker image to use
  # Defaults to the latest image
  image: "blockscout/blockscout:latest"
  # blockscout smart contract verifier image to use
  # Defaults to ghcr.io/blockscout/smart-contract-verifier:v1.9.0
  verif_image: "ghcr.io/blockscout/smart-contract-verifier:v1.9.0"

i already tested it on my machine and it worke well.

@zt-9 zt-9 changed the title Add-blockscout_params feat : Add-blockscout_params Nov 28, 2024
@zt-9 zt-9 changed the title feat : Add-blockscout_params feat: Add-blockscout_params Nov 28, 2024
@barnabasbusa
Copy link
Contributor

The newest version of blockscout also has a frontend image.
Also currently their latest image is incompatible with kurtosis.

@zt-9
Copy link
Contributor Author

zt-9 commented Nov 28, 2024

The newest version of blockscout also has a frontend image. Also currently their latest image is incompatible with kurtosis.

updated to "blockscout/blockscout:6.8.0"

@barnabasbusa
Copy link
Contributor

could you please run a linter?

kurtosis lint --format

@barnabasbusa barnabasbusa merged commit 777ec06 into ethpandaops:main Nov 29, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add blockscout configuration
2 participants