Skip to content

Commit 961afd6

Browse files
committed
-alpha7
1 parent 07add21 commit 961afd6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SERVICE_CONFIG='{"fuel_limit":100000000,"max_gas":5000000,"host_envs":[],"kv":[]
1313

1414
# Define common variables
1515
CARGO=cargo
16-
WAVS_CMD ?= $(SUDO) docker run --network host $$(test -f .env && echo "--env-file ./.env") -v $$(pwd):/data ghcr.io/lay3rlabs/wavs:0.3.0-alpha6 wavs-cli
16+
WAVS_CMD ?= $(SUDO) docker run --network host $$(test -f .env && echo "--env-file ./.env") -v $$(pwd):/data ghcr.io/lay3rlabs/wavs:0.3.0-alpha7 wavs-cli
1717
ANVIL_PRIVATE_KEY?=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
1818
RPC_URL?=http://localhost:8545
1919
SERVICE_MANAGER_ADDR?=`jq -r '.eigen_service_managers.local | .[-1]' .docker/deployments.json`

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020

2121
# The main instance all WAVS interaction will happen from
2222
wavs:
23-
image: "ghcr.io/lay3rlabs/wavs:0.3.0-alpha6"
23+
image: "ghcr.io/lay3rlabs/wavs:0.3.0-alpha7"
2424
container_name: "wavs"
2525
stop_signal: SIGKILL
2626
# depends_on: ["anvil"]
@@ -38,7 +38,7 @@ services:
3838
- "./.docker:/root/wavs/cli/"
3939

4040
aggregator:
41-
image: "ghcr.io/lay3rlabs/wavs:0.3.0-alpha6"
41+
image: "ghcr.io/lay3rlabs/wavs:0.3.0-alpha7"
4242
container_name: "wavs-aggregator"
4343
stop_signal: SIGKILL
4444
depends_on: ["wavs"]
@@ -51,7 +51,7 @@ services:
5151
network_mode: "host"
5252

5353
deploy-eigenlayer:
54-
image: "ghcr.io/lay3rlabs/wavs:0.3.0-alpha6"
54+
image: "ghcr.io/lay3rlabs/wavs:0.3.0-alpha7"
5555
container_name: "wavs-deploy-eigenlayer"
5656
depends_on: ["wavs", "aggregator"] # "anvil",
5757
restart: "no"
@@ -63,7 +63,7 @@ services:
6363
network_mode: "host"
6464

6565
deploy-eigenlayer-service-manager:
66-
image: "ghcr.io/lay3rlabs/wavs:0.3.0-alpha6"
66+
image: "ghcr.io/lay3rlabs/wavs:0.3.0-alpha7"
6767
container_name: "wavs-deploy-service-manager"
6868
depends_on:
6969
deploy-eigenlayer:

0 commit comments

Comments
 (0)