Update aave_liquidations.py

This commit is contained in:
Gui Heise 2021-09-30 11:04:10 -04:00 committed by GitHub
parent eb9edc914e
commit a86fa44717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ AAVE_CONTRACT_ADDRESSES: List[str] = [
]
def get_liquidations(
def get_aave_liquidations(
traces: List[ClassifiedTrace],
) -> List[Liquidation]: