pull/98/head
Andrey 2022-09-20 20:01:42 +03:00
rodzic 00ebab61b7
commit 190057714d
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -3,7 +3,7 @@ import datetime
import json
import logging
import time
from typing import Any, Callable, Iterable, List, Optional, Tuple, Dict
from typing import Any, Callable, Dict, Iterable, List, Optional, Tuple
from eth_abi.codec import ABICodec
from eth_typing.evm import ChecksumAddress

Wyświetl plik

@ -24,7 +24,7 @@ from .crawler.function_call_crawler import (
FunctionCallCrawlerState,
Web3StateProvider,
)
from .crawler.log_scanner import _fetch_events_chunk, _crawl_events
from .crawler.log_scanner import _crawl_events, _fetch_events_chunk
class MockState(FunctionCallCrawlerState):