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