Fix typo
This commit is contained in:
parent
96ead6cc92
commit
04ce01eb6b
@ -101,9 +101,11 @@ ERC20_SPEC = ClassifierSpec(
|
||||
|
||||
AAVE_SPEC = ClassifierSpec(
|
||||
abi_name="AaveLendingPool",
|
||||
protocol= Protocol.aave,
|
||||
protocol=Protocol.aave,
|
||||
classifications={
|
||||
"liquidationCall(address,address,address,uint256,bool)": Classification.liquidate,
|
||||
},
|
||||
)
|
||||
|
||||
WETH_SPEC = ClassifierSpec(
|
||||
abi_name="WETH9",
|
||||
|
Loading…
x
Reference in New Issue
Block a user