From f2149b1d28b809c5bf9518a940dac977dcb0bbb0 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 3 May 2024 15:42:20 +0200 Subject: [PATCH] update gascap --- polygon-amoy-erigon-archive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polygon-amoy-erigon-archive.yml b/polygon-amoy-erigon-archive.yml index 64db365e..37a041df 100644 --- a/polygon-amoy-erigon-archive.yml +++ b/polygon-amoy-erigon-archive.yml @@ -17,7 +17,7 @@ services: - "49749:49749" - "49749:49749/udp" restart: unless-stopped - command: --chain=amoy --db.pagesize=16k --bor.heimdall=https://heimdall-api-amoy.polygon.technology --http --http.addr=0.0.0.0 --http.port=8545 --http.compression --http.vhosts='*' --http.corsdomain='*' --http.api=eth,debug,net,web3,erigon,bor --ws --ws.port=8545 --ws.compression --rpc.gascap=300000000 --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --bodies.cache=5G --rpc.batch.limit=200000 --batchSize=2048MB --port=49749 --p2p.protocol=68 --datadir=/datadir --ethash.dagdir=/datadir/ethash --rpc.returndata.limit=1100000 --db.size.limit 7697000000000 --torrent.port=29877 --nat=stun + command: --chain=amoy --db.pagesize=16k --bor.heimdall=https://heimdall-api-amoy.polygon.technology --http --http.addr=0.0.0.0 --http.port=8545 --http.compression --http.vhosts='*' --http.corsdomain='*' --http.api=eth,debug,net,web3,erigon,bor --ws --ws.port=8545 --ws.compression --rpc.gascap=300000000 --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --bodies.cache=5G --rpc.batch.limit=200000 --batchSize=2048MB --port=49749 --p2p.protocol=68 --rpc.txfeecap=0 --rpc.gascap=0 --datadir=/datadir --ethash.dagdir=/datadir/ethash --rpc.returndata.limit=1100000 --db.size.limit 7697000000000 --torrent.port=29877 --nat=stun stop_grace_period: 5m labels: - "prometheus-scrape.enabled=true"