• ZT's avatar
    feat: Add-blockscout_params (#838) · 777ec065
    ZT authored
    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:
    ```yaml
    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.
    
    ---------
    Co-authored-by: default avatarBarnabas Busa <barnabas.busa@ethereum.org>
    Co-authored-by: default avatarBarnabas Busa <busa.barnabas@gmail.com>
    777ec065
Name
Last commit
Last update
.github Loading commit data...
docs Loading commit data...
examples Loading commit data...
src Loading commit data...
static_files Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.gitpod.Dockerfile Loading commit data...
.gitpod.yml Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
kurtosis-package-icon.png Loading commit data...
kurtosis.yml Loading commit data...
main.star Loading commit data...
network_params.yaml Loading commit data...
rename.sh Loading commit data...
run.gif Loading commit data...
version.txt Loading commit data...