diff --git a/mev_inspect/classifiers/specs/one_inch.py b/mev_inspect/classifiers/specs/one_inch.py index 68963b0..ba16984 100644 --- a/mev_inspect/classifiers/specs/one_inch.py +++ b/mev_inspect/classifiers/specs/one_inch.py @@ -20,15 +20,10 @@ FILL_ORDER_SIGNATURE = ( ) -FILL_ORDER_SIGNATURE = ( - "fillOrder((uint256,address,address,bytes,bytes,bytes,bytes,bytes,bytes,bytes)," - "bytes,uint256,uint256,uint256)" -) - ONE_INCH_LIMIT_ORDER_PROTOCOL_SPEC = ClassifierSpec( abi_name="1inchLimitOrderProtocol", protocol=Protocol.one_inch, - classifications={ + classifiers={ FILL_ORDER_SIGNATURE: OneInchFillOrderProtocolSwapClassifier, }, )