fix:broken link

This commit is contained in:
Galoretka
2025-08-21 10:51:51 +03:00
committed by GitHub
parent e38d1c1f2f
commit 7ef53859c1

View File

@@ -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'],