From 662735dc6e85778db97b1cf7df876f67efae23a3 Mon Sep 17 00:00:00 2001 From: Mikko Ohtamaa Date: Tue, 12 Mar 2024 09:10:46 +0100 Subject: [PATCH] Nethermind gnosis.cfg change In Gnosis deploy, bump Nethermind to Dencun compatible. xdai.cfg is deprecated and gnosis.cfg is the name of the current config file Signed-off-by: Mikko Ohtamaa --- deploy/gnosis/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/gnosis/docker-compose.yml b/deploy/gnosis/docker-compose.yml index 0cc96ac..2fdc07c 100644 --- a/deploy/gnosis/docker-compose.yml +++ b/deploy/gnosis/docker-compose.yml @@ -119,10 +119,10 @@ services: nethermind: container_name: nethermind_gnosis - image: nethermind/nethermind:1.20.1 + image: nethermind/nethermind:1.25.4 restart: always command: - - --config=xdai + - --config=gnosis - --datadir=/data/nethermind - --Sync.FastSync=true - --JsonRpc.Enabled=true