From 11a71e4d7cbbaf82fd0ee05ffcf5b7beb50f3521 Mon Sep 17 00:00:00 2001 From: Samuel Laferriere Date: Tue, 21 Nov 2023 11:14:14 -0800 Subject: [PATCH] fix aggregatgor in docker-compose --- docker-compose.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 64db8ac6..2d7b790f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,15 @@ services: volumes: - ./:/incredible-squaring/ working_dir: /incredible-squaring - command: --config config-files/aggregator-docker-compose.yaml --credible-squaring-deployment contracts/script/output/31337/credible_squaring_avs_deployment_output.json --ecdsa-private-key 0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6 --bls-private-key 100 + command: + - --config + - config-files/aggregator-docker-compose.yaml + - --credible-squaring-deployment + - contracts/script/output/31337/credible_squaring_avs_deployment_output.json + - --shared-avs-contracts-deployment + - contracts/script/output/31337/shared_avs_contracts_deployment_output.json + - --ecdsa-private-key + - "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6" networks: - incredible-squaring-network