diff --git a/app/data/pod-list.txt b/app/data/pod-list.txt index e5cadd5a..661a04e4 100644 --- a/app/data/pod-list.txt +++ b/app/data/pod-list.txt @@ -1,5 +1,5 @@ contract -db +ipld-eth-db eth-statediff-fill-service go-ethereum-foundry ipld-eth-beacon-db diff --git a/app/deploy_system.py b/app/deploy_system.py index 7195d593..2fe4bbd8 100644 --- a/app/deploy_system.py +++ b/app/deploy_system.py @@ -21,6 +21,7 @@ import sys from python_on_whales import DockerClient import click import importlib +from pathlib import Path from .util import include_exclude_check