diff --git a/mev_inspect/classifiers/specs/aave.py b/mev_inspect/classifiers/specs/aave.py index e04beac..ef92dc3 100644 --- a/mev_inspect/classifiers/specs/aave.py +++ b/mev_inspect/classifiers/specs/aave.py @@ -24,4 +24,4 @@ ATOKENS_SPEC = ClassifierSpec( }, ) -AAVE_CLASSIFIER_SPECS = [AAVE_SPEC] +AAVE_CLASSIFIER_SPECS = [AAVE_SPEC, ATOKENS_SPEC]