mirror of
https://github.com/autistic-symposium/blockchain-data-engineering-toolkit.git
synced 2025-05-07 09:15:00 -04:00
💾
This commit is contained in:
parent
95da45b3da
commit
45872d1dcc
3 changed files with 39 additions and 13 deletions
|
@ -117,6 +117,7 @@ class TokenIndexer:
|
|||
def _process_logs(self, logs: list) -> dict:
|
||||
"""Process the logs and return a dictionary with the results."""
|
||||
|
||||
log_info(f'Processing {len(logs)} logs...')
|
||||
processed_logs = defaultdict()
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue