From 72180aff8837ffabef006fe8e189b57bab3fd8b7 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 5 Feb 2024 06:44:43 +0100 Subject: [PATCH] update --- nethermind-gnosis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nethermind-gnosis.yml b/nethermind-gnosis.yml index 1e359eb9..1cc0c054 100644 --- a/nethermind-gnosis.yml +++ b/nethermind-gnosis.yml @@ -3,7 +3,7 @@ version: '3.1' services: nethermind-gnosis: - image: nethermind/nethermind:1.21.0 + image: nethermind/nethermind:1.25.3 user: root volumes: - "gnosis-nethermind-fullnode:/data" @@ -21,7 +21,7 @@ services: --config=gnosis --datadir=/data --log=INFO - --Sync.SnapSync=false + --Sync.SnapSync=true --JsonRpc.Enabled=true --JsonRpc.Host=0.0.0.0 --JsonRpc.Port=8545