diff --git a/besu-fullnode.yml b/besu-fullnode.yml index ebe5e242..ddfd3ad8 100644 --- a/besu-fullnode.yml +++ b/besu-fullnode.yml @@ -5,7 +5,7 @@ services: build: context: besu args: - UPSTREAM_VERSION: 24.3.3 + UPSTREAM_VERSION: 24.7.0 expose: - 8545 - 8551 diff --git a/drpc-free.yml b/drpc-free.yml index fb62d1d2..0f89da63 100644 --- a/drpc-free.yml +++ b/drpc-free.yml @@ -2,7 +2,7 @@ version: '3.1' services: dshackle-free: - image: drpcorg/dshackle:0.56.5 + image: drpcorg/dshackle:0.57.0 restart: unless-stopped volumes: - ./free_configs:/etc/dshackle diff --git a/drpc.yml b/drpc.yml index 511883a9..ffdfa7ab 100644 --- a/drpc.yml +++ b/drpc.yml @@ -2,7 +2,7 @@ version: '3.1' services: dshackle: - image: drpcorg/dshackle:0.56.5 + image: drpcorg/dshackle:0.57.0 restart: unless-stopped volumes: - ./main_configs:/etc/dshackle diff --git a/linea-besu.yml b/linea-besu.yml index 5d509e33..43a24bd3 100644 --- a/linea-besu.yml +++ b/linea-besu.yml @@ -2,7 +2,7 @@ services: linea-besu-fullnode: - image: hyperledger/besu:24.5.4 + image: hyperledger/besu:24.7.0 command: --config-file=/config/config-snap-mainnet.toml --genesis-file=/config/genesis-mainnet.json --p2p-host=${IP} user: root ports: diff --git a/polygon-amoy-erigon-fullnode.yml b/polygon-amoy-erigon-fullnode.yml index 35fdc423..8c9db2e6 100644 --- a/polygon-amoy-erigon-fullnode.yml +++ b/polygon-amoy-erigon-fullnode.yml @@ -2,7 +2,7 @@ version: '3.1' services: polygon-amoy-erigon-fullnode: - image: thorax/erigon:${ERIGON_VERSION:-v2.59.3} + image: thorax/erigon:${ERIGON_VERSION:-v2.60.4} user: root stop_grace_period: 3m volumes: @@ -19,7 +19,6 @@ services: - "32011:32011/udp" 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 - labels: - "prometheus-scrape.enabled=true" - "prometheus-scrape.port=6060" diff --git a/reth-mainnet.yml b/reth-mainnet.yml index 8772f937..f089ef2e 100644 --- a/reth-mainnet.yml +++ b/reth-mainnet.yml @@ -2,7 +2,7 @@ version: '3.1' services: mainnet-reth: - image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.0} + image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.1} user: root volumes: - "reth-mainnet:/root/.local/share/reth/mainnet" diff --git a/reth-sepolia.yml b/reth-sepolia.yml index df4b8204..984b0156 100644 --- a/reth-sepolia.yml +++ b/reth-sepolia.yml @@ -2,7 +2,7 @@ version: '3.1' services: sepolia-reth: - image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.0} + image: ghcr.io/paradigmxyz/reth:${RETH_VERSION:-v1.0.1} user: root volumes: - "reth-sepolia:/root/.local/share/reth/sepolia/db"