From 358e7b8f730d229a45b2ab308e8382c862923464 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 24 Aug 2023 07:14:47 +0200 Subject: [PATCH] fix --- zkevm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zkevm.yml b/zkevm.yml index 31fd7995..18fbda94 100644 --- a/zkevm.yml +++ b/zkevm.yml @@ -63,7 +63,7 @@ services: command: - "/bin/sh" - "-c" - - "/app/zkevm-node run --network ${ZKEVM_NETWORK} --cfg /app/config.toml --components synchronizer" + - "/app/zkevm-node run --network mainnet --cfg /app/config.toml --components synchronizer" zkevm-state-db: restart: unless-stopped