Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit b7d688a

Browse files
author
Leo Arias
committed
Fix the spec merge
1 parent f6f817b commit b7d688a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

mev_inspect/classifiers/specs/one_inch.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,10 @@ def get_swap_recipient(trace: DecodedCallTrace) -> str:
2020
)
2121

2222

23-
FILL_ORDER_SIGNATURE = (
24-
"fillOrder((uint256,address,address,bytes,bytes,bytes,bytes,bytes,bytes,bytes),"
25-
"bytes,uint256,uint256,uint256)"
26-
)
27-
2823
ONE_INCH_LIMIT_ORDER_PROTOCOL_SPEC = ClassifierSpec(
2924
abi_name="1inchLimitOrderProtocol",
3025
protocol=Protocol.one_inch,
31-
classifications={
26+
classifiers={
3227
FILL_ORDER_SIGNATURE: OneInchFillOrderProtocolSwapClassifier,
3328
},
3429
)

0 commit comments

Comments
 (0)