Skip to content

Commit

Permalink
feat: migrate to tenderly node endpoint at 50% on mainnet (#803)
Browse files Browse the repository at this point in the history
50

Co-authored-by: Christos Gkolias <[email protected]>
  • Loading branch information
cgkol and Christos Gkolias authored Jul 31, 2024
1 parent 691df9c commit 503dd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlers/injector-sor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ export abstract class InjectorSOR<Router, QueryParams> extends Injector<
undefined,
// The timeout for the underlying axios call to Tenderly, measured in milliseconds.
2.5 * 1000,
10,
50,
[ChainId.MAINNET]
)

Expand Down

0 comments on commit 503dd16

Please sign in to comment.