chaind-eth

Queue server for ethereum
Log | Files | Refs | README | LICENSE

commit 274534831f47844be6e84f92108914be0cea03ad
parent 2a7fd70f4e6374e3fd171f0f0ebc7257504e2e09
Author: lash <dev@holbrook.no>
Date:   Sun, 10 Apr 2022 19:10:15 +0000

Upgrade to chainlib release version

Diffstat:
Mchaind/eth/token/process.py | 1-
Mrequirements.txt | 5+++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 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 @@ -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