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
Removing the need to pass in a web3 instance to default_middlewares() in manager.py. It can then be passed in just as the other default middlewares, as the method reference name_to_address_middleware, rather than the method instance name_to_address_middleware(w3).
The text was updated successfully, but these errors were encountered:
When we have a
v7
branch going, the sync ENS name-to-address middleware can be re-written as:Removing the need to pass in a web3 instance to
default_middlewares()
inmanager.py
. It can then be passed in just as the other default middlewares, as the method referencename_to_address_middleware
, rather than the method instancename_to_address_middleware(w3)
.The text was updated successfully, but these errors were encountered: