You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like that was changed with web3py 7.7.0, which multicall doesn't explicitly support. Unfortunately you may need to override it locally for the moment.
In the utils.py, line 83, should be middleware=middlewares, not middlewares=middlewares.
The text was updated successfully, but these errors were encountered: