From 7ec43582cc6ceb8e2124040ba8ad9243507bcda1 Mon Sep 17 00:00:00 2001 From: Christos Gkolias <128516174+cgkol@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:41:11 +0300 Subject: [PATCH] feat: migrate to tenderly node endpoint at 100% on mainnet (#804) 100 Co-authored-by: Christos Gkolias --- lib/handlers/injector-sor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/handlers/injector-sor.ts b/lib/handlers/injector-sor.ts index 64cb59adba..03e2543a97 100644 --- a/lib/handlers/injector-sor.ts +++ b/lib/handlers/injector-sor.ts @@ -391,7 +391,7 @@ export abstract class InjectorSOR extends Injector< undefined, // The timeout for the underlying axios call to Tenderly, measured in milliseconds. 2.5 * 1000, - 50, + 100, [ChainId.MAINNET] )