From 507c379da804de8cf9d6a011553d78faaf2dbbf3 Mon Sep 17 00:00:00 2001 From: nolash Date: Thu, 9 Sep 2021 08:29:29 +0200 Subject: [PATCH] Add missing import to list exec --- python/eth_token_index/runnable/list.py | 1 + python/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 index 58cb085..1ee8b56 100644 --- 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 index 601a85a..1d7917d 100644 --- 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