Fix the spec merge

This commit is contained in:
Leo Arias 2021-11-11 17:28:32 +00:00
parent f6f817b8d9
commit b7d688a07a

View File

@ -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( ONE_INCH_LIMIT_ORDER_PROTOCOL_SPEC = ClassifierSpec(
abi_name="1inchLimitOrderProtocol", abi_name="1inchLimitOrderProtocol",
protocol=Protocol.one_inch, protocol=Protocol.one_inch,
classifications={ classifiers={
FILL_ORDER_SIGNATURE: OneInchFillOrderProtocolSwapClassifier, FILL_ORDER_SIGNATURE: OneInchFillOrderProtocolSwapClassifier,
}, },
) )