Added Aave liquidation to inspect_block
This commit is contained in:
parent
8f51f4e87c
commit
563935d5b4
@ -50,6 +50,7 @@ def find_liquidations_from_traces(
|
|||||||
reserve = trace.inputs[input]
|
reserve = trace.inputs[input]
|
||||||
# This will be the address of the received token
|
# This will be the address of the received token
|
||||||
elif input == "_user":
|
elif input == "_user":
|
||||||
|
|
||||||
liquidated_user = trace.inputs[input]
|
liquidated_user = trace.inputs[input]
|
||||||
# Register liquidation
|
# Register liquidation
|
||||||
result.append(
|
result.append(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user