Add missing import to list exec

This commit is contained in:
nolash 2021-09-09 08:29:29 +02:00
parent ce557c660e
commit 507c379da8
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ import chainlib.eth.cli
from chainlib.chain import ChainSpec from chainlib.chain import ChainSpec
from eth_erc20 import ERC20 from eth_erc20 import ERC20
from chainlib.eth.address import to_checksum_address from chainlib.eth.address import to_checksum_address
from hexathon import add_0x
# local imports # local imports
from eth_token_index import TokenUniqueSymbolIndex from eth_token_index import TokenUniqueSymbolIndex

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = eth-address-index name = eth-address-index
version = 0.2.3a4 version = 0.2.3a5
description = Signed metadata declarations for ethereum addresses description = Signed metadata declarations for ethereum addresses
author = Louis Holbrook author = Louis Holbrook
author_email = dev@holbrook.no author_email = dev@holbrook.no