From 274534831f47844be6e84f92108914be0cea03ad Mon Sep 17 00:00:00 2001 From: lash Date: Sun, 10 Apr 2022 19:10:15 +0000 Subject: [PATCH] Upgrade to chainlib release version --- chaind/eth/token/process.py | 1 - requirements.txt | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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