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