From bb7e4eb9b300a76148aa29b139e4bcdaa9637a9e Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:38:56 +0100 Subject: [PATCH] fix --- core-mainnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-mainnet.yml b/core-mainnet.yml index 4a5ff57c..70356460 100644 --- a/core-mainnet.yml +++ b/core-mainnet.yml @@ -9,7 +9,7 @@ services: volumes: - core-mainnet:/data - ./core-chain/mainnet:/core/config - command: --ws.origins='*' --history.transactions=0 --state.scheme=path --syncmode=full --db.engine=pebble --rpc.gascap=600000000 + command: --ws.origins='*' --history.transactions=0 --state.scheme=hash --syncmode=full --db.engine=leveldb --rpc.gascap=600000000 networks: - chains labels: