Skip to content

Commit

Permalink
fix: loosen er
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Nov 4, 2024
1 parent 5d29cd2 commit e337ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape_ethereum/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@ def _complete_connect(self):
is_likely_poa = True
break

except BlockNotFoundError:
except Exception:
# Some chains are "light" and we may not be able to detect
# if it need PoA middleware.
continue
Expand Down

0 comments on commit e337ff3

Please sign in to comment.