update bsc gas limit

This commit is contained in:
Sebastian
2024-05-09 04:49:46 +02:00
parent f25661fed3
commit 2d5d3db3f5

View File

@@ -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: