diff --git a/build-docker.sh b/build-docker.sh index ff7d08b0..3ad5ea17 100755 --- a/build-docker.sh +++ b/build-docker.sh @@ -1 +1 @@ -docker build -t powerloom-boost . +docker build -t powerloom-pooler . diff --git a/config/settings.example.json b/config/settings.example.json index 6c3a73e4..6cdb9c3d 100644 --- a/config/settings.example.json +++ b/config/settings.example.json @@ -77,6 +77,7 @@ }, "projects_config_path": "config/projects.json", "aggregator_config_path": "config/aggregator.json", + "preloader_config_path": "config/preloader.json", "pair_contract_abi": "snapshotter/static/abis/UniswapV2Pair.json", "protocol_state": { "abi": "snapshotter/static/abis/ProtocolContract.json",