aTokens classifer spec

This commit is contained in:
Gui Heise 2021-10-12 14:19:07 -04:00
parent afd65aaac0
commit d2a91775de

View File

@ -12,4 +12,13 @@ AAVE_SPEC = ClassifierSpec(
},
)
ATOKENS_SPEC = ClassifierSpec(
abi_name="aTokens",
protocol=Protocol.aave,
classifications={
"transferOnLiquidation(address,address,uint256)": Classification.transfer,
"transferFrom(address,address,uint256)": Classification.transfer,
},
)
AAVE_CLASSIFIER_SPECS = [AAVE_SPEC]