From 9510cecc1797b4d3b57b773ee44fc43c932d2ab0 Mon Sep 17 00:00:00 2001 From: Andrey Dolgolev Date: Tue, 18 Jan 2022 18:36:46 +0200 Subject: [PATCH] Remove address from special rule. --- crawlers/mooncrawl/mooncrawl/stats_worker/dashboard.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/crawlers/mooncrawl/mooncrawl/stats_worker/dashboard.py b/crawlers/mooncrawl/mooncrawl/stats_worker/dashboard.py index 044dfbe0..7f7707ee 100644 --- a/crawlers/mooncrawl/mooncrawl/stats_worker/dashboard.py +++ b/crawlers/mooncrawl/mooncrawl/stats_worker/dashboard.py @@ -570,10 +570,7 @@ def stats_generate_handler(args: argparse.Namespace): crawler_label = CRAWLER_LABEL - if address in ( - "0xdC0479CC5BbA033B3e7De9F178607150B3AbCe1f", - "0xA2a13cE1824F3916fC84C65e559391fc6674e6e8", - ): + if address in ("0xdC0479CC5BbA033B3e7De9F178607150B3AbCe1f",): crawler_label = "moonworm" # Read required events, functions and web3_call form ABI