mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-04 03:55:22 -05:00
feat: make base fee computation parameters configurable via chain spec (#3992)
This commit is contained in:
@@ -339,9 +339,10 @@ impl RpcServerArgs {
|
||||
) -> Result<AuthServerHandle, RpcError>
|
||||
where
|
||||
Provider: BlockReaderIdExt
|
||||
+ ChainSpecProvider
|
||||
+ EvmEnvProvider
|
||||
+ HeaderProvider
|
||||
+ StateProviderFactory
|
||||
+ EvmEnvProvider
|
||||
+ Clone
|
||||
+ Unpin
|
||||
+ 'static,
|
||||
|
||||
@@ -273,6 +273,7 @@ mod tests {
|
||||
genesis_hash: None,
|
||||
paris_block_and_final_difficulty: None,
|
||||
deposit_contract: None,
|
||||
..Default::default()
|
||||
});
|
||||
|
||||
let db = create_test_rw_db();
|
||||
|
||||
Reference in New Issue
Block a user