From 34878cf527a065221b6f1263e28f4fc018c79485 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 10 Apr 2024 14:26:43 +0200 Subject: [PATCH] fix --- polygon-amoy-erigon-fullnode.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/polygon-amoy-erigon-fullnode.yml b/polygon-amoy-erigon-fullnode.yml index bb49c60b..35fdc423 100644 --- a/polygon-amoy-erigon-fullnode.yml +++ b/polygon-amoy-erigon-fullnode.yml @@ -20,7 +20,6 @@ services: restart: unless-stopped command: --chain=amoy --db.pagesize=16k --prune=hrtc --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.compression --rpc.gascap=300000000 --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --bodies.cache=5G --rpc.batch.limit=200000 --batchSize=2048MB --port=27374 --p2p.protocol=66 --datadir=/datadir --ethash.dagdir=/datadir/ethash --rpc.returndata.limit=1100000 --db.size.limit 7697000000000 --torrent.port=12345 --nat=stun - stop_grace_period: 1m labels: - "prometheus-scrape.enabled=true" - "prometheus-scrape.port=6060"