From d9aca9e48286afd58c475b8d9aee9fe05be51f22 Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Sun, 14 Apr 2024 17:38:52 +0800 Subject: [PATCH] update event --- config/event_list.json | 2 +- config/event_list_production.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/event_list.json b/config/event_list.json index d8e752b..7b046f8 100644 --- a/config/event_list.json +++ b/config/event_list.json @@ -6,6 +6,6 @@ "event": "ActionEvent", "abi": "TreasureHunt", "fromBlock": 26202217, - "eventProcesser": "GeneralEvent" + "eventProcesser": "TreasureHunt" } ] \ No newline at end of file diff --git a/config/event_list_production.json b/config/event_list_production.json index 2ab8730..d32d936 100644 --- a/config/event_list_production.json +++ b/config/event_list_production.json @@ -5,6 +5,6 @@ "event": "ActionEvent", "abi": "TreasureHunt", "fromBlock": 26202217, - "eventProcesser": "GeneralEvent" + "eventProcesser": "TreasureHunt" } ] \ No newline at end of file