Replace crypto_dev_signer with funga

This commit is contained in:
nolash
2021-10-18 14:23:54 +02:00
parent 2204c512c3
commit 47b7fa7eef
15 changed files with 25 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
# external imports
from crypto_dev_signer.eth.signer import ReferenceSigner as EIP155Signer
from funga.eth.signer import EIP155Signer
from chainlib.cli import Wallet as BaseWallet
# local imports