Skip to content

Commit

Permalink
Update prover version
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaubennassar committed Apr 21, 2023
1 parent 0ec67f3 commit 24ca695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ services:
zkevm-prover:
container_name: zkevm-prover
restart: unless-stopped
image: hermeznetwork/zkevm-prover:4e3272b
image: hermeznetwork/zkevm-prover:b6fe2db
depends_on:
zkevm-state-db:
condition: service_healthy
Expand Down
4 changes: 2 additions & 2 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ services:

zkevm-prover:
container_name: zkevm-prover
image: hermeznetwork/zkevm-prover:4e3272b
image: hermeznetwork/zkevm-prover:b6fe2db
ports:
# - 50051:50051 # Prover
- 50052:50052 # Mock prover
Expand Down Expand Up @@ -407,7 +407,7 @@ services:

zkevm-permissionless-prover:
container_name: zkevm-permissionless-prover
image: hermeznetwork/zkevm-prover:4e3272b
image: hermeznetwork/zkevm-prover:b6fe2db
ports:
# - 50058:50058 # Prover
- 50059:50052 # Mock prover
Expand Down

0 comments on commit 24ca695

Please sign in to comment.