Rehabilitate gas filter

This commit is contained in:
lash 2022-04-21 09:20:06 +00:00
parent b4c53d41a9
commit 8a30b297a8
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 4 additions and 3 deletions

View File

@ -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 *

View File

@ -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()