@@ -40,7 +40,7 @@ services:
4040
4141 register-operator-eigenlayer :
4242 image : ghcr.io/yetanotherco/aligned_layer/eigenlayer-cli:latest
43- command : ["sh", "-c", "echo '' | eigenlayer operator register config-files/config-docker.yaml"]
43+ command : ["sh", "-c", "echo '' | eigenlayer operator register config-files/config-operator- docker.yaml"]
4444 build :
4545 context : .
4646 dockerfile : docker/eigenlayer-cli.Dockerfile
@@ -58,7 +58,7 @@ services:
5858
5959 operator-deposit-into-mock-strategy :
6060 image : ghcr.io/yetanotherco/aligned_layer/operator:latest
61- command : ["aligned-layer-operator", "deposit-into-strategy", "--config", "./config-files/config-docker.yaml", "--strategy-address", "0xc5a5C42992dECbae36851359345FE25997F5C42d", "--amount", "100000000000000000"]
61+ command : ["aligned-layer-operator", "deposit-into-strategy", "--config", "./config-files/config-operator- docker.yaml", "--strategy-address", "0xc5a5C42992dECbae36851359345FE25997F5C42d", "--amount", "100000000000000000"]
6262 build :
6363 context : .
6464 dockerfile : docker/operator.Dockerfile
@@ -76,7 +76,7 @@ services:
7676
7777 operator-register-with-aligned-layer :
7878 image : ghcr.io/yetanotherco/aligned_layer/operator:latest
79- command : ["aligned-layer-operator", "register", "--config", "./config-files/config-docker.yaml"]
79+ command : ["aligned-layer-operator", "register", "--config", "./config-files/config-operator- docker.yaml"]
8080 build :
8181 context : .
8282 dockerfile : docker/operator.Dockerfile
@@ -85,7 +85,7 @@ services:
8585
8686 operator :
8787 image : ghcr.io/yetanotherco/aligned_layer/operator:latest
88- command : ["aligned-layer-operator", "start", "--config", "./config-files/config-docker.yaml"]
88+ command : ["aligned-layer-operator", "start", "--config", "./config-files/config-operator- docker.yaml"]
8989 build :
9090 context : .
9191 dockerfile : docker/operator.Dockerfile
0 commit comments