Skip to content

Commit

Permalink
Update retryProvider.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Paul <108695806+pxrl@users.noreply.github.com>
  • Loading branch information
james-a-morris and pxrl authored Sep 3, 2024
1 parent 847b1eb commit e5b9f22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/retryProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export class RetryProvider extends ethers.providers.StaticJsonRpcProvider {
);

// This is added for interim testing to see whether relayer fill performance improves.
// @todo: Upstream this to the SDK where the relayer's implementation will be relocated.
this.providers.forEach((provider) => {
const url = getOriginFromURL(provider.connection.url);
const { pollingInterval } = provider;
Expand Down

0 comments on commit e5b9f22

Please sign in to comment.