mirror of
https://github.com/autistic-symposium/blockchain-data-engineering-toolkit.git
synced 2025-04-26 02:39:15 -04:00
💾
This commit is contained in:
parent
a21a0ffe2a
commit
6e6d1b896f
@ -141,7 +141,7 @@ class TokenIndexer:
|
|||||||
"""Get transfer logs from a given address between two blocks by small chunks"""
|
"""Get transfer logs from a given address between two blocks by small chunks"""
|
||||||
|
|
||||||
logs = []
|
logs = []
|
||||||
from_block = 16780001#from_block or 1
|
from_block = from_block or 1
|
||||||
to_block = to_block or self._get_last_block_number()
|
to_block = to_block or self._get_last_block_number()
|
||||||
|
|
||||||
log_info(f'Indexing transfer events between blocks {from_block} and {to_block}...')
|
log_info(f'Indexing transfer events between blocks {from_block} and {to_block}...')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user