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