Skip to content

Commit

Permalink
Update src/utils/get-fastest-provider.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mentlegen <9807008+gentlementlegen@users.noreply.github.com>
  • Loading branch information
Keyrxng and gentlementlegen authored Jun 18, 2024
1 parent 7f1ebc3 commit 9247e58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/get-fastest-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export async function getFastestProvider(networkId: number | string): Promise<Js
try {
const handler = getHandler(networkId)
return await handler.getFastestRpcProvider()

} catch (e) {
throw new Error(`Failed to get fastest provider for networkId: ${networkId}`)
}
Expand Down

0 comments on commit 9247e58

Please sign in to comment.