eth-address-index

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 507c379da804de8cf9d6a011553d78faaf2dbbf3
parent ce557c660ef7b9c5d634853b9e4a8cd27a3c96e4
Author: nolash <dev@holbrook.no>
Date:   Thu,  9 Sep 2021 08:29:29 +0200

Add missing import to list exec

Diffstat:
Mpython/eth_token_index/runnable/list.py | 1+
Mpython/setup.cfg | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/python/eth_token_index/runnable/list.py b/python/eth_token_index/runnable/list.py @@ -18,6 +18,7 @@ import chainlib.eth.cli from chainlib.chain import ChainSpec from eth_erc20 import ERC20 from chainlib.eth.address import to_checksum_address +from hexathon import add_0x # local imports from eth_token_index import TokenUniqueSymbolIndex diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-address-index -version = 0.2.3a4 +version = 0.2.3a5 description = Signed metadata declarations for ethereum addresses author = Louis Holbrook author_email = dev@holbrook.no