From a83755b6e3a6df264c3a475d3c87ce161f121c4f Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 3 Apr 2023 13:26:23 +0200 Subject: [PATCH] bump version and raise limit for response sizes --- erigon.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/erigon.yml b/erigon.yml index 7a7a4f3f..6e2348ee 100644 --- a/erigon.yml +++ b/erigon.yml @@ -2,7 +2,7 @@ version: '3.1' services: erigon-mainnet: - image: thorax/erigon:v2.40.1 + image: thorax/erigon:v2.42.0 expose: - "16630" - "9090" @@ -33,7 +33,8 @@ services: --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* - --http.api=eth,erigon,web3,net,debug,trace,txpool + --http.api=eth,erigon,web3,net,debug,trace,txpool + --rpc.returndata.limit=1000000 --ws restart: unless-stopped stop_grace_period: 1m