Skip to content

Commit

Permalink
Update rpc.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
boudra authored May 21, 2024
1 parent f405786 commit 087d040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ export function createHttpRpcBaseClient(args: {
"Log response size exceeded"
) ||
e.cause.errorResponse.message.includes("block range is too wide") ||
e.cause.errorResponse.message.includes("block range is too large") ||
e.cause.errorResponse.message.includes(
"exceed maximum block range"
) ||
Expand Down

0 comments on commit 087d040

Please sign in to comment.