Skip to content

Commit

Permalink
increase holesky max tx per block to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
FletcherMan committed Nov 22, 2024
1 parent 5c7f1bb commit 414092d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ var (

MorphMaxTxPayloadBytesPerBlock = 120 * 1024
MorphMaxTxPerBlock = 100
MorphHoleskyMaxTxPerBlock = 1000

MorphFeeVaultAddress = common.HexToAddress("0x48442aa154897eef141df231cc1517fc8c1d170f")
MorphHoleskyChainConfig = &ChainConfig{
Expand All @@ -284,7 +285,7 @@ var (
TerminalTotalDifficulty: big.NewInt(0),
Morph: MorphConfig{
UseZktrie: true,
MaxTxPerBlock: &MorphMaxTxPerBlock,
MaxTxPerBlock: &MorphHoleskyMaxTxPerBlock,
MaxTxPayloadBytesPerBlock: &MorphMaxTxPayloadBytesPerBlock,
FeeVaultAddress: &MorphFeeVaultAddress,
},
Expand Down

0 comments on commit 414092d

Please sign in to comment.