From b43fed1d39d08f965d28f19973348822d1074750 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 12 Aug 2023 05:00:53 +0200 Subject: [PATCH] make goerli same as mainnet --- erigon-goerli.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/erigon-goerli.yml b/erigon-goerli.yml index 0dac1d85..415a855e 100644 --- a/erigon-goerli.yml +++ b/erigon-goerli.yml @@ -18,23 +18,24 @@ services: command: > --chain goerli --externalcl + --port=21766 --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --private.api.addr=0.0.0.0:9090 + --torrent.upload.rate="1250mb" + --torrent.download.rate="1250mb" --pprof --pprof.addr=0.0.0.0 --pprof.port=6061 - --port=21766 --authrpc.addr=0.0.0.0 --authrpc.vhosts=* --authrpc.jwtsecret=/jwtsecret - --snapshots=true - --torrent.download.rate=1250mb - --torrent.upload.rate=1250mb --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --http.api=eth,erigon,web3,net,debug,trace,txpool - --ws + --rpc.returndata.limit=1000000 + --rpc.gascap=5000000000 + --ws restart: unless-stopped stop_grace_period: 1m labels: