From b7d688a07a8a0b885e4edd512c4a48cf306f6606 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Thu, 11 Nov 2021 17:28:32 +0000 Subject: [PATCH] Fix the spec merge --- mev_inspect/classifiers/specs/one_inch.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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, }, )