Skip to content

Commit 3bf04db

Browse files
authored
fix(CA): temporary disabling the cached gas estimation (#918)
1 parent f25a3e7 commit 3bf04db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/providers/mod.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,9 @@ impl ProviderRepository {
301301
config.tenderly_api_key.clone(),
302302
config.tenderly_account_id.clone(),
303303
config.tenderly_project_id.clone(),
304-
redis_pool.clone(),
304+
// Todo: Temporary disabling the gas estimation caching
305+
// redis_pool.clone(),
306+
None,
305307
));
306308

307309
Self {

0 commit comments

Comments
 (0)