Skip to content

Commit

Permalink
fix(sdk): throw ethers error for necessary cases (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwedge99 authored Sep 9, 2024
1 parent a02e4bd commit e7af3c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/runtime/src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ export class QueuedStaticJsonRpcProvider extends JsonRpcProvider {
this.#retryCache.set(tag, retryCount - 1)
return this.send(method, params)
}
} else {
throw e
}
}
if (!result) {
Expand Down

0 comments on commit e7af3c0

Please sign in to comment.