From 503dd1699064e502644817cca7a8d73fa4d6ee59 Mon Sep 17 00:00:00 2001 From: Christos Gkolias <128516174+cgkol@users.noreply.github.com> Date: Wed, 31 Jul 2024 21:47:58 +0300 Subject: [PATCH] feat: migrate to tenderly node endpoint at 50% on mainnet (#803) 50 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 99bd884a38..64cb59adba 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, - 10, + 50, [ChainId.MAINNET] )