We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c71a5 commit 1fdc6d6Copy full SHA for 1fdc6d6
web3/_utils/normalizers.py
@@ -228,7 +228,7 @@ def abi_ens_resolver(
228
return type_str, validate_name_has_address(_ens, val)
229
except NameNotFound as e:
230
# TODO: This try/except is to keep backwards compatibility when we
231
- # removed the mainnet requirement. Remove this in web3.py v7 and allow
+ # removed the mainnet requirement. Remove this in web3.py v8 and allow
232
# NameNotFound to raise.
233
if not isinstance(_ens, StaticENS):
234
raise InvalidAddress(f"{e}")
0 commit comments