From 2d5d3db3f5ece2608fd6e80d99d19808908ae558 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 9 May 2024 04:49:46 +0200 Subject: [PATCH] update bsc gas limit --- bsc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsc.yml b/bsc.yml index ba2175d7..747e7298 100644 --- a/bsc.yml +++ b/bsc.yml @@ -16,7 +16,7 @@ services: - bsc:/bsc/.ethereum - ./bsc/config:/bsc/config entrypoint: geth - command: --config=/bsc/config/config.toml --ws.origins='*' --history.transactions=0 --state.scheme=path --syncmode=full --db.engine=pebble + command: --config=/bsc/config/config.toml --ws.origins='*' --history.transactions=0 --state.scheme=path --syncmode=full --db.engine=pebble --rpc.gascap=120000000 restart: unless-stopped stop_grace_period: 3m networks: