upp the gaslimit on erigon

This commit is contained in:
Sebastian
2023-04-25 10:39:30 +02:00
parent c45031f24b
commit 32391d5069

View File

@@ -35,7 +35,7 @@ services:
--http.corsdomain=* --http.corsdomain=*
--http.api=eth,erigon,web3,net,debug,trace,txpool --http.api=eth,erigon,web3,net,debug,trace,txpool
--rpc.returndata.limit=1000000 --rpc.returndata.limit=1000000
--rpc.gascap=150000000 --rpc.gascap=5000000000
--ws --ws
restart: unless-stopped restart: unless-stopped
stop_grace_period: 1m stop_grace_period: 1m