From 9d2e5a9444a013c2c2d521bdbf8dd6c3c8ff93dc Mon Sep 17 00:00:00 2001 From: goldsquid Date: Tue, 12 Aug 2025 18:02:30 +0700 Subject: [PATCH] no congestion treshold for scroll --- scroll/l2geth/scroll-mainnet-l2geth-archive-leveldb-hash.yml | 1 - scroll/l2geth/scroll-sepolia-l2geth-archive-leveldb-hash.yml | 1 - 2 files changed, 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 2c60ec5b..5cf507a3 100644 --- a/scroll/l2geth/scroll-mainnet-l2geth-archive-leveldb-hash.yml +++ b/scroll/l2geth/scroll-mainnet-l2geth-archive-leveldb-hash.yml @@ -60,7 +60,6 @@ services: - --da.blob.blocknative=https://api.ethernow.xyz/v1/blob/ - --datadir=/root/.ethereum - --gcmode=archive - - --gpo.congestionthreshold=1000 - --gpo.ignoreprice=1 - --gpo.maxprice=500000000 - --http diff --git a/scroll/l2geth/scroll-sepolia-l2geth-archive-leveldb-hash.yml b/scroll/l2geth/scroll-sepolia-l2geth-archive-leveldb-hash.yml index f845c717..40b4bd80 100644 --- a/scroll/l2geth/scroll-sepolia-l2geth-archive-leveldb-hash.yml +++ b/scroll/l2geth/scroll-sepolia-l2geth-archive-leveldb-hash.yml @@ -59,7 +59,6 @@ services: - --da.blob.blobscan=https://api.sepolia.blobscan.com/blobs/ - --datadir=/root/.ethereum - --gcmode=archive - - --gpo.congestionthreshold=1000 - --gpo.ignoreprice=1 - --gpo.maxprice=500000000 - --http