diff --git a/mev_inspect/classifiers/specs/aave.py b/mev_inspect/classifiers/specs/aave.py index 3f47a8f..25e62d7 100644 --- a/mev_inspect/classifiers/specs/aave.py +++ b/mev_inspect/classifiers/specs/aave.py @@ -21,4 +21,4 @@ ATOKENS_SPEC = ClassifierSpec( }, ) -AAVE_CLASSIFIER_SPECS = [AAVE_SPEC] +AAVE_CLASSIFIER_SPECS = [AAVE_SPEC, ATOKENS_SPEC]