Skip to content

Commit

Permalink
ETCM-1016 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofpaliga-iohk committed Jul 19, 2021
1 parent 73b2722 commit 3856514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/bootstrap-mining-kevm/Dockerfile
Expand Up @@ -11,7 +11,7 @@ RUN sed -i "s/mining-enabled = false/mining-enabled = true/g" pottery.conf
RUN sed -i "s/restricted-pow/pow/g" pottery.conf
RUN sed -i 's/mode = "internal"/mode = "external"/g' pottery.conf
RUN sed -i 's/vm-type = "mantis"/vm-type = "kevm"/g' pottery.conf
RUN sed -i 's|executable-path = "./bin/manits-vm"|executable-path = "/usr/bin/kevm-vm"|g' pottery.conf
RUN sed -i 's|executable-path = "./bin/mantis-vm"|executable-path = "/usr/bin/kevm-vm"|g' pottery.conf
RUN sed -i 's|8888|8889|g' pottery.conf
RUN sed -i 's|@bootstrap-|@bootstrap-mining-kevm-|g' chains/pottery-chain.conf

2 changes: 1 addition & 1 deletion docker/passive-kevm/Dockerfile
Expand Up @@ -11,7 +11,7 @@ RUN sed -i "s/mining-enabled = true/mining-enabled = false/g" pottery.conf
RUN sed -i "s/restricted-pow/pow/g" pottery.conf
RUN sed -i 's/mode = "internal"/mode = "external"/g' pottery.conf
RUN sed -i 's/vm-type = "mantis"/vm-type = "kevm"/g' pottery.conf
RUN sed -i 's|executable-path = "./bin/manits-vm"|executable-path = "/usr/bin/kevm-vm"|g' pottery.conf
RUN sed -i 's|executable-path = "./bin/mantis-vm"|executable-path = "/usr/bin/kevm-vm"|g' pottery.conf
RUN sed -i 's|8888|8889|g' pottery.conf
RUN sed -i 's|@bootstrap-|@bootstrap-mining-kevm-|g' chains/pottery-chain.conf

0 comments on commit 3856514

Please sign in to comment.