From 70ef2101ea096cede5b324cd2c89fc63dec99b04 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 25 Jan 2024 04:12:41 +0100 Subject: [PATCH] yo --- fuse.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fuse.yml b/fuse.yml index 6b5cb782..ae385bfc 100644 --- a/fuse.yml +++ b/fuse.yml @@ -10,7 +10,6 @@ services: ports: - "35045:35045/tcp" - "35045:35045/udp" - command: "--config fuse" volumes: - fuse-nethermind-keystore:/nethermind/keystore - fuse-nethermind-logs:/nethermind/logs @@ -18,7 +17,7 @@ services: - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro environment: - - NETHERMIND_CONFIG=mainnet + - NETHERMIND_CONFIG=fuse - NETHERMIND_JSONRPCCONFIG_ENABLED=true - NETHERMIND_JSONRPCCONFIG_ENGINEENABLEDMODULES=[Eth,RPC,Subscribe,TxPool,Web3,Net,Parity,Health] - NETHERMIND_JSONRPCCONFIG_HOST=0.0.0.0