diff --git a/chaind/eth/token/process.py b/chaind/eth/token/process.py index 815fd45..707a530 100644 --- a/chaind/eth/token/process.py +++ b/chaind/eth/token/process.py @@ -11,7 +11,6 @@ from hexathon import ( strip_0x, ) from funga.eth.transaction import EIP155Transaction -#from eth_erc20 import ERC20 logg = logging.getLogger(__name__) diff --git a/requirements.txt b/requirements.txt index 295347c..15a6201 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ -#chaind~=0.1.0 +chaind~=0.1.0 hexathon~=0.1.5 -chainlib-eth>=0.1.0b3,<=0.1.0 +chainlib-eth~=0.1.0 pyxdg~=0.27 #eth-token-index~=0.2.4 shep~=0.1.1 +funga-eth~=0.6.0