From e0c238206c720f9ac68bdfb7f9c31c9b5184e697 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 21 Sep 2023 10:21:29 +0200 Subject: [PATCH] up the calldata limit --- erigon-goerli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erigon-goerli.yml b/erigon-goerli.yml index 061ae946..4c0decad 100644 --- a/erigon-goerli.yml +++ b/erigon-goerli.yml @@ -33,7 +33,7 @@ services: --http.vhosts=* --http.corsdomain=* --http.api=eth,erigon,web3,net,debug,trace,txpool - --rpc.returndata.limit=1000000 + --rpc.returndata.limit=1100000 --rpc.gascap=5000000000 --ws restart: unless-stopped