diff --git a/mev_inspect/crud/traces.py b/mev_inspect/crud/traces.py index 45c0037..b7e1538 100644 --- a/mev_inspect/crud/traces.py +++ b/mev_inspect/crud/traces.py @@ -35,7 +35,8 @@ def write_classified_traces( trace.transaction_hash, trace.block_number, trace.classification.value, - trace.type.value, + 0, + # trace.type.value, str(trace.protocol), trace.abi_name, trace.function_name,