chore: bump default gas limit for holesky (#16278)

This commit is contained in:
Matthias Seitz
2025-05-15 15:17:02 +02:00
committed by GitHub
parent 8e15806030
commit 9fd70b649b

View File

@@ -42,7 +42,7 @@ pub trait PayloadBuilderConfig {
}
match chain.kind() {
ChainKind::Named(NamedChain::Sepolia | NamedChain::Hoodi) => {
ChainKind::Named(NamedChain::Sepolia | NamedChain::Holesky) => {
ETHEREUM_BLOCK_GAS_LIMIT_60M
}
_ => ETHEREUM_BLOCK_GAS_LIMIT_36M,