Add fix to bugout provider.

pull/475/head
Andrey Dolgolev 2021-12-02 00:45:45 +02:00
rodzic 9e00e83a64
commit f46cc1b41a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -336,7 +336,7 @@ Shows the top 10 addresses active on the Ethereum blockchain over the last hour
4. Amount (in WEI) received 4. Amount (in WEI) received
To restrict your queries to this provider, add a filter of \"type:ethereum_whalewatch\" to your query (query parameter: \"q\") on the /streams endpoint.""" To restrict your queries to this provider, add a filter of \"type:ethereum_whalewatch\" to your query (query parameter: \"q\") on the /streams endpoint."""
whalewatch_provider = BugoutEventProvider( ethereum_whalewatch_provider = BugoutEventProvider(
event_type="ethereum_whalewatch", event_type="ethereum_whalewatch",
description=whalewatch_description, description=whalewatch_description,
default_time_interval_seconds=310, default_time_interval_seconds=310,