commit d0309bd1d51b286294305f6f2c81dd8377f03297
parent c282dfe9ed3f019b4e12448fc1adfa505e07f7f2
Author: nolash <dev@holbrook.no>
Date: Fri, 19 Feb 2021 15:35:33 +0100
Chainspec import typo
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/eth_token_index/runnable/deploy.py b/python/eth_token_index/runnable/deploy.py
@@ -16,7 +16,7 @@ import web3
from crypto_dev_signer.eth.signer import ReferenceSigner as EIP155Signer
from crypto_dev_signer.keystore import DictKeystore
from crypto_dev_signer.eth.helper import EthTxExecutor
-from chainspec.chain import ChainSpec
+from chainlib.chain import ChainSpec
logging.basicConfig(level=logging.WARNING)
logg = logging.getLogger()
diff --git a/python/setup.cfg b/python/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = eth-address-index
-version = 0.1.0a9
+version = 0.1.0a10
description = Signed metadata declarations for ethereum addresses
author = Louis Holbrook
author_email = dev@holbrook.no