mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-05-01 08:47:59 +00:00
Update the FallbackGasFiller implementation (#221)
This commit is contained in:
@@ -379,7 +379,7 @@ impl LighthouseGethNode {
|
||||
construct_concurrency_limited_provider::<Ethereum, _>(
|
||||
self.ws_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(),
|
||||
|
||||
Reference in New Issue
Block a user