chore: Upgrade to reth v1.7.0

This commit is contained in:
sprites0
2025-09-11 19:25:48 -04:00
parent cd5bcc4cb0
commit 9e3f0c722e
5 changed files with 470 additions and 438 deletions

View File

@ -37,10 +37,6 @@ impl EthChainSpec for HlChainSpec {
self.inner.chain()
}
fn base_fee_params_at_block(&self, block_number: u64) -> BaseFeeParams {
self.inner.base_fee_params_at_block(block_number)
}
fn base_fee_params_at_timestamp(&self, timestamp: u64) -> BaseFeeParams {
self.inner.base_fee_params_at_timestamp(timestamp)
}