5
0
mirror of git://holbrook.no/eth-contract-registry synced 2025-01-13 12:37:33 +01:00

Remove rest of ethtx helpers

This commit is contained in:
nolash 2021-06-09 16:54:13 +02:00
parent 8f0c78e2ae
commit 72223d0011
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 0 additions and 2 deletions
python/eth_contract_registry/runnable

View File

@ -15,7 +15,6 @@ import logging
# third-party imports # third-party imports
from crypto_dev_signer.eth.signer import ReferenceSigner as EIP155Signer from crypto_dev_signer.eth.signer import ReferenceSigner as EIP155Signer
from crypto_dev_signer.keystore.dict import DictKeystore from crypto_dev_signer.keystore.dict import DictKeystore
from crypto_dev_signer.eth.helper import EthTxExecutor
from chainlib.chain import ChainSpec from chainlib.chain import ChainSpec
from chainlib.eth.nonce import RPCNonceOracle from chainlib.eth.nonce import RPCNonceOracle
from chainlib.eth.gas import RPCGasOracle from chainlib.eth.gas import RPCGasOracle

View File

@ -15,7 +15,6 @@ import logging
# external imports # external imports
from crypto_dev_signer.eth.signer import ReferenceSigner as EIP155Signer from crypto_dev_signer.eth.signer import ReferenceSigner as EIP155Signer
from crypto_dev_signer.keystore.dict import DictKeystore from crypto_dev_signer.keystore.dict import DictKeystore
from crypto_dev_signer.eth.helper import EthTxExecutor
from chainlib.chain import ChainSpec from chainlib.chain import ChainSpec
from chainlib.eth.nonce import ( from chainlib.eth.nonce import (
RPCNonceOracle, RPCNonceOracle,