Skip to content

Commit

Permalink
Merge branch 'master' into ensure-backlog-populated
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower authored Dec 16, 2023
2 parents f76ba8e + df7b287 commit c12e5c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arbnode/dataposter/data_poster.go
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ var DefaultDataPosterConfig = DataPosterConfig{
WaitForL1Finality: true,
TargetPriceGwei: 60.,
UrgencyGwei: 2.,
MaxMempoolTransactions: 10,
MaxMempoolTransactions: 20,
MinTipCapGwei: 0.05,
MaxTipCapGwei: 5,
NonceRbfSoftConfs: 1,
Expand All @@ -925,7 +925,7 @@ var TestDataPosterConfig = DataPosterConfig{
WaitForL1Finality: false,
TargetPriceGwei: 60.,
UrgencyGwei: 2.,
MaxMempoolTransactions: 10,
MaxMempoolTransactions: 20,
MinTipCapGwei: 0.05,
MaxTipCapGwei: 5,
NonceRbfSoftConfs: 1,
Expand Down

0 comments on commit c12e5c2

Please sign in to comment.