Skip to content

Commit

Permalink
chain: fix monad get logs calls (#5840)
Browse files Browse the repository at this point in the history
  • Loading branch information
isum authored Feb 20, 2025
1 parent 5bf9159 commit 05a5aa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chain/ethereum/src/ethereum_adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ impl EthereumAdapter {
"503 Service Unavailable", // Alchemy
"ServerError(-32000)", // Alchemy
"Try with this block range", // zKSync era
"block range too large", // Monad
];

if from > to {
Expand Down

0 comments on commit 05a5aa7

Please sign in to comment.