Skip to content

Commit 400f5cc

Browse files
isumencalypto
authored andcommitted
chain: fix monad get logs calls (#5840)
1 parent fea46ab commit 400f5cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chain/ethereum/src/ethereum_adapter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ impl EthereumAdapter {
403403
"503 Service Unavailable", // Alchemy
404404
"ServerError(-32000)", // Alchemy
405405
"Try with this block range", // zKSync era
406+
"block range too large", // Monad
406407
];
407408

408409
if from > to {

0 commit comments

Comments
 (0)