commit 27a3becc258909588fb9daa1c2254bb5a0c5bcaf parent 1ca3d9a5a8270d8f0654d52abf39556f8353da11 Author: philip <philipwafula2@gmail.com> Date: Sat, 18 Dec 2021 15:03:51 +0300 Retire crypto dev signer. Diffstat:
M | python/erc20_transfer_authorization/runnable/deploy.py | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/erc20_transfer_authorization/runnable/deploy.py b/python/erc20_transfer_authorization/runnable/deploy.py @@ -13,8 +13,8 @@ import argparse import logging # third-party imports -from crypto_dev_signer.eth.signer import ReferenceSigner as EIP155Signer -from crypto_dev_signer.keystore.dict import DictKeystore +from funga.eth.signer import EIP155Signer +from funga.eth.keystore.dict import DictKeystore from chainlib.chain import ChainSpec from chainlib.eth.nonce import ( RPCNonceOracle,