Add mint to method

This commit is contained in:
nolash
2021-03-19 20:15:50 +01:00
parent 9bece8494c
commit d37657ceb7
3 changed files with 81 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ from eth_keys import keys
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 chainlib.chain from ChainSpec
from chainlib.chain import ChainSpec
logging.basicConfig(level=logging.WARNING)
logg = logging.getLogger()