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