Skip to content

Commit

Permalink
remove the ens
Browse files Browse the repository at this point in the history
  • Loading branch information
Jude authored and Jude committed Jun 8, 2021
1 parent 6f35d3b commit bb0f27e
Show file tree
Hide file tree
Showing 172 changed files with 26 additions and 4,056 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added web3s/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion web3s/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
TestRPCProvider,
)

__version__ ='4.9.0'
__version__ ='4.9.1'

__all__ = [
"__version__",
Expand Down
4 changes: 2 additions & 2 deletions web3s/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def __init__(self, address=None):
)

if address:
self.address = normalize_address(self.web3s.ens, address)
self.address = normalize_address( address)

if not self.address:
raise TypeError("The address argument is required to instantiate a contract.")
Expand All @@ -256,7 +256,7 @@ def factory(cls, web3s, class_name=None, **kwargs):

normalizers = {
'abi': normalize_abi,
'address': partial(normalize_address, kwargs['web3s'].ens),
'address': normalize_address,
'bytecode': normalize_bytecode,
'bytecode_runtime': normalize_bytecode,
}
Expand Down
15 changes: 0 additions & 15 deletions web3s/ens/__init__.py

This file was deleted.

Binary file removed web3s/ens/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file removed web3s/ens/__pycache__/abis.cpython-37.pyc
Binary file not shown.
Binary file removed web3s/ens/__pycache__/auto.cpython-37.pyc
Binary file not shown.
Binary file removed web3s/ens/__pycache__/constants.cpython-37.pyc
Binary file not shown.
Binary file removed web3s/ens/__pycache__/contract_data.cpython-37.pyc
Binary file not shown.
Binary file removed web3s/ens/__pycache__/exceptions.cpython-37.pyc
Binary file not shown.
Binary file removed web3s/ens/__pycache__/main.cpython-37.pyc
Binary file not shown.
Binary file removed web3s/ens/__pycache__/registrar.cpython-37.pyc
Binary file not shown.
Binary file removed web3s/ens/__pycache__/utils.cpython-37.pyc
Binary file not shown.
Loading

0 comments on commit bb0f27e

Please sign in to comment.