mirror of
https://github.com/blockchain-etl/ethereum-etl.git
synced 2026-01-09 05:48:10 -05:00
fix:broken link
This commit is contained in:
@@ -95,7 +95,7 @@ class ExportOriginJob(BaseJob):
|
||||
})
|
||||
|
||||
for batch in batches:
|
||||
# https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getfilterlogs
|
||||
# https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getfilterlogs
|
||||
filter_params = {
|
||||
'address': batch['contract_address'],
|
||||
'fromBlock': batch['from_block'],
|
||||
|
||||
Reference in New Issue
Block a user