Update the FallbackGasFiller implementation (#221)

This commit is contained in:
Omar
2026-01-12 04:53:15 +03:00
committed by GitHub
parent dda369c8b5
commit 62478ee2f9
6 changed files with 166 additions and 158 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ impl GethNode {
construct_concurrency_limited_provider::<Ethereum, _>(
self.connection_string.as_str(),
FallbackGasFiller::default()
.with_use_fallback_gas_filler(self.use_fallback_gas_filler),
.with_fallback_mechanism(self.use_fallback_gas_filler),
ChainIdFiller::new(Some(CHAIN_ID)),
NonceFiller::new(self.nonce_manager.clone()),
self.wallet.clone(),