Skip to content

Commit

Permalink
update prover image (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRamirezM authored Mar 8, 2023
1 parent f68bdd1 commit 10a6f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:

zkevm-prover:
container_name: zkevm-prover
image: hermeznetwork/zkevm-prover:1d31dc6
image: hermeznetwork/zkevm-prover:45df44e
depends_on:
zkevm-state-db:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ services:

zkevm-prover:
container_name: zkevm-prover
image: hermeznetwork/zkevm-prover:1d31dc6
image: hermeznetwork/zkevm-prover:45df44e
ports:
# - 50051:50051 # Prover
- 50052:50052 # Mock prover
Expand Down

0 comments on commit 10a6f7d

Please sign in to comment.