From 9d7e701a8923be49b03939ab78f60662b93784ea Mon Sep 17 00:00:00 2001 From: Para Dox Date: Fri, 6 Jun 2025 15:26:07 +0700 Subject: [PATCH] update scroll --- .../l2geth/scroll-mainnet-l2geth-archive-leveldb-hash.yml | 7 ++++++- .../l2geth/scroll-sepolia-l2geth-archive-leveldb-hash.yml | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/scroll/l2geth/scroll-mainnet-l2geth-archive-leveldb-hash.yml b/scroll/l2geth/scroll-mainnet-l2geth-archive-leveldb-hash.yml index 0a22e5cc..d2e33568 100644 --- a/scroll/l2geth/scroll-mainnet-l2geth-archive-leveldb-hash.yml +++ b/scroll/l2geth/scroll-mainnet-l2geth-archive-leveldb-hash.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: scroll-mainnet-archive: - image: ${SCROLL_L2GETH_IMAGE:-scrolltech/l2geth}:${SCROLL_L2GETH_VERSION:-scroll-v5.8.42} + image: ${SCROLL_L2GETH_IMAGE:-scrolltech/l2geth}:${SCROLL_L2GETH_VERSION:-scroll-v5.8.52} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle @@ -52,13 +52,17 @@ services: - 8545 - 6060 command: + - --cache.noprefetch + - --cache.snapshot=0 - --cache=8192 - --da.blob.beaconnode=${ETHEREUM_MAINNET_BEACON_REST} - --da.blob.blobscan=https://api.blobscan.com/blobs/ - --da.blob.blocknative=https://api.ethernow.xyz/v1/blob/ - --datadir=/root/.ethereum - --gcmode=archive + - --gpo.congestionthreshold=1000 - --gpo.ignoreprice=1 + - --gpo.maxprice=500000000 - --http - --http.addr=0.0.0.0 - --http.api=eth,net,web3,admin,debug @@ -75,6 +79,7 @@ services: - --rpc.gascap=600000000 - --rpc.txfeecap=0 - --scroll + - --snapshot=false - --syncmode=full - --ws - --ws.addr=0.0.0.0 diff --git a/scroll/l2geth/scroll-sepolia-l2geth-archive-leveldb-hash.yml b/scroll/l2geth/scroll-sepolia-l2geth-archive-leveldb-hash.yml index 0b77fc33..5310ca37 100644 --- a/scroll/l2geth/scroll-sepolia-l2geth-archive-leveldb-hash.yml +++ b/scroll/l2geth/scroll-sepolia-l2geth-archive-leveldb-hash.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: scroll-sepolia-archive: - image: ${SCROLL_L2GETH_IMAGE:-scrolltech/l2geth}:${SCROLL_SEPOLIA_L2GETH_VERSION:-scroll-v5.8.42} + image: ${SCROLL_L2GETH_IMAGE:-scrolltech/l2geth}:${SCROLL_SEPOLIA_L2GETH_VERSION:-scroll-v5.8.52} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle @@ -52,12 +52,16 @@ services: - 8545 - 6060 command: + - --cache.noprefetch + - --cache.snapshot=0 - --cache=8192 - --da.blob.beaconnode=${ETHEREUM_SEPOLIA_BEACON_REST} - --da.blob.blobscan=https://api.sepolia.blobscan.com/blobs/ - --datadir=/root/.ethereum - --gcmode=archive + - --gpo.congestionthreshold=1000 - --gpo.ignoreprice=1 + - --gpo.maxprice=500000000 - --http - --http.addr=0.0.0.0 - --http.api=eth,net,web3,admin,debug @@ -74,6 +78,7 @@ services: - --rpc.gascap=600000000 - --rpc.txfeecap=0 - --scroll-sepolia + - --snapshot=false - --syncmode=full - --ws - --ws.addr=0.0.0.0