From f46cc1b41a07e651abc0962bcf740a56bdcb93c6 Mon Sep 17 00:00:00 2001 From: Andrey Dolgolev Date: Thu, 2 Dec 2021 00:45:45 +0200 Subject: [PATCH] Add fix to bugout provider. --- backend/moonstreamapi/providers/bugout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/moonstreamapi/providers/bugout.py b/backend/moonstreamapi/providers/bugout.py index ed733142..051614ae 100644 --- a/backend/moonstreamapi/providers/bugout.py +++ b/backend/moonstreamapi/providers/bugout.py @@ -336,7 +336,7 @@ Shows the top 10 addresses active on the Ethereum blockchain over the last hour 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.""" -whalewatch_provider = BugoutEventProvider( +ethereum_whalewatch_provider = BugoutEventProvider( event_type="ethereum_whalewatch", description=whalewatch_description, default_time_interval_seconds=310,