diff --git a/docker/bootstrap-mining-kevm/Dockerfile b/docker/bootstrap-mining-kevm/Dockerfile index 77d4bf49..493523e0 100644 --- a/docker/bootstrap-mining-kevm/Dockerfile +++ b/docker/bootstrap-mining-kevm/Dockerfile @@ -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 diff --git a/docker/passive-kevm/Dockerfile b/docker/passive-kevm/Dockerfile index dba21fa8..0b074f3b 100644 --- a/docker/passive-kevm/Dockerfile +++ b/docker/passive-kevm/Dockerfile @@ -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