feat: add max_gas_limit to ChainSpec (#9473)

This commit is contained in:
joshieDo
2024-07-12 16:12:15 +02:00
committed by GitHub
parent 5097ae7cff
commit b4363e2b48
17 changed files with 63 additions and 38 deletions

View File

@ -126,7 +126,7 @@ impl<Eth: Call> Call for OpEthApi<Eth> {
}
impl<Eth: LoadState> LoadState for OpEthApi<Eth> {
fn provider(&self) -> impl StateProviderFactory {
fn provider(&self) -> impl StateProviderFactory + ChainSpecProvider {
LoadState::provider(&self.inner)
}