diff --git a/bolt-sidecar/.env.example b/bolt-sidecar/.env.example index 0ad3d415..f37551d0 100644 --- a/bolt-sidecar/.env.example +++ b/bolt-sidecar/.env.example @@ -34,7 +34,7 @@ BOLT_SIDECAR_MAX_COMMITMENTS_PER_SLOT=128 # Max committed gas per slot BOLT_SIDECAR_MAX_COMMITTED_GAS_PER_SLOT=10_000_000 # Min priority fee to accept for a commitment -BOLT_SIDECAR_MIN_PRIORITY_FEE=4_000_000_000 # 4 Gwei = 4 * 10^9 wei +BOLT_SIDECAR_MIN_PRIORITY_FEE=2000000000 # 2 Gwei = 2 * 10^9 wei # Chain configuration # Chain on which the sidecar is running diff --git a/testnets/holesky/bolt-sidecar.env.example b/testnets/holesky/bolt-sidecar.env.example index 5568f8e7..475dc0ae 100644 --- a/testnets/holesky/bolt-sidecar.env.example +++ b/testnets/holesky/bolt-sidecar.env.example @@ -34,7 +34,7 @@ BOLT_SIDECAR_MAX_COMMITMENTS_PER_SLOT=128 # Max committed gas per slot BOLT_SIDECAR_MAX_COMMITTED_GAS_PER_SLOT=10_000_000 # Min priority fee to accept for a commitment -BOLT_SIDECAR_MIN_PRIORITY_FEE=4_000_000_000 # 4 Gwei = 4 * 10^9 wei +BOLT_SIDECAR_MIN_PRIORITY_FEE=2000000000 # 2 Gwei = 2 * 10^9 wei # Chain configuration # Chain on which the sidecar is running diff --git a/testnets/holesky/presets/sidecar-delegations-preset.env.example b/testnets/holesky/presets/sidecar-delegations-preset.env.example index 9943e0af..d84e07e1 100644 --- a/testnets/holesky/presets/sidecar-delegations-preset.env.example +++ b/testnets/holesky/presets/sidecar-delegations-preset.env.example @@ -32,7 +32,7 @@ BOLT_SIDECAR_MAX_COMMITMENTS_PER_SLOT=128 # Max committed gas per slot BOLT_SIDECAR_MAX_COMMITTED_GAS_PER_SLOT=10_000_000 # Min priority fee to accept for a commitment -BOLT_SIDECAR_MIN_PRIORITY_FEE=4_000_000_000 # 4 Gwei = 4 * 10^9 wei +BOLT_SIDECAR_MIN_PRIORITY_FEE=2000000000 # 2 Gwei = 2 * 10^9 wei # Chain configuration # Chain on which the sidecar is running