update zkevm

This commit is contained in:
Sebastian
2023-10-01 10:24:00 +02:00
parent 198567c10e
commit 0541554986

View File

@@ -10,7 +10,7 @@ services:
condition: service_healthy condition: service_healthy
zkevm-sync: zkevm-sync:
condition: service_started condition: service_started
image: hermeznetwork/zkevm-node:v0.2.5 image: hermeznetwork/zkevm-node:v0.3.0
deploy: deploy:
resources: resources:
limits: limits:
@@ -60,7 +60,7 @@ services:
depends_on: depends_on:
zkevm-state-db: zkevm-state-db:
condition: service_healthy condition: service_healthy
image: hermeznetwork/zkevm-node:v0.2.5 image: hermeznetwork/zkevm-node:v0.3.0
expose: expose:
- 9091 # needed if metrics enabled - 9091 # needed if metrics enabled
deploy: deploy:
@@ -157,7 +157,7 @@ services:
zkevm-prover: zkevm-prover:
restart: unless-stopped restart: unless-stopped
image: hermeznetwork/zkevm-prover:v2.1.2 image: hermeznetwork/zkevm-prover:v2.2.0
depends_on: depends_on:
zkevm-state-db: zkevm-state-db:
condition: service_healthy condition: service_healthy