From 32391d5069b80d0d20f943cfc6827ef21422465a Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 25 Apr 2023 10:39:30 +0200 Subject: [PATCH] upp the gaslimit on erigon --- erigon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erigon.yml b/erigon.yml index 2eaf0e81..f82575d8 100644 --- a/erigon.yml +++ b/erigon.yml @@ -35,7 +35,7 @@ services: --http.corsdomain=* --http.api=eth,erigon,web3,net,debug,trace,txpool --rpc.returndata.limit=1000000 - --rpc.gascap=150000000 + --rpc.gascap=5000000000 --ws restart: unless-stopped stop_grace_period: 1m