Skip to content

Commit

Permalink
update prover images to v3.0.2 (#2802)
Browse files Browse the repository at this point in the history
  • Loading branch information
agnusmor authored Nov 17, 2023
1 parent 837db8e commit e84aec6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion db/migrations/pool/0011.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- +migrate Up
CREATE TABLE pool.whitelisted (
CREATE TABLE IF NOT EXISTS pool.whitelisted (
addr VARCHAR PRIMARY KEY
);

Expand Down
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:v3.0.0-RC2
image: hermeznetwork/zkevm-prover:v3.0.2
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 @@ -348,7 +348,7 @@ services:

zkevm-prover:
container_name: zkevm-prover
image: hermeznetwork/zkevm-prover:v3.0.1
image: hermeznetwork/zkevm-prover:v3.0.2
ports:
- 50061:50061 # MT
- 50071:50071 # Executor
Expand Down Expand Up @@ -422,7 +422,7 @@ services:

zkevm-permissionless-prover:
container_name: zkevm-permissionless-prover
image: hermeznetwork/zkevm-prover:v3.0.1
image: hermeznetwork/zkevm-prover:v3.0.2
ports:
# - 50058:50058 # Prover
- 50059:50052 # Mock prover
Expand Down

0 comments on commit e84aec6

Please sign in to comment.