mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: bump default gas limit for holesky (#16278)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user