Rehabilitate gas filter
This commit is contained in:
parent
b4c53d41a9
commit
8a30b297a8
@ -5,4 +5,5 @@ from cic_eth.pytest.fixtures_database import *
|
||||
from cic_eth.pytest.fixtures_contract import *
|
||||
from cic_eth.pytest.fixtures_config import *
|
||||
from cic_eth.pytest.fixtures_token import *
|
||||
from cic_eth.pytest.fixtures_celery import *
|
||||
from chainlib.eth.pytest import *
|
||||
|
@ -24,13 +24,13 @@ from chainqueue.sql.state import (
|
||||
from hexathon import strip_0x
|
||||
from chainqueue.db.models.otx import Otx
|
||||
from chainqueue.db.enum import StatusBits
|
||||
|
||||
# local imports
|
||||
from cic_eth.runnable.daemons.filters.gas import GasFilter
|
||||
from cic_eth.eth.gas import cache_gas_data
|
||||
from cic_eth.encode import tx_normalize
|
||||
from cic_eth.queue.tx import queue_create
|
||||
|
||||
# local imports
|
||||
from cic_sync_filter.gas import GasFilter
|
||||
|
||||
logg = logging.getLogger()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user