Rebased/fixed merge conflicts
This commit is contained in:
commit
26d9918eb1
@ -62,7 +62,6 @@ class CallTrace(ClassifiedTrace):
|
||||
|
||||
|
||||
class DecodedCallTrace(CallTrace):
|
||||
|
||||
inputs: Dict[str, Any]
|
||||
abi_name: str
|
||||
|
||||
|
@ -5,6 +5,7 @@ from mev_inspect.schemas.classified_traces import (
|
||||
Classification,
|
||||
)
|
||||
|
||||
|
||||
from mev_inspect.schemas.swaps import Swap
|
||||
from mev_inspect.schemas.transfers import ERC20Transfer
|
||||
from mev_inspect.traces import get_traces_by_transaction_hash
|
||||
|
@ -7,6 +7,7 @@ from mev_inspect.schemas.classified_traces import (
|
||||
ClassifiedTrace,
|
||||
)
|
||||
|
||||
|
||||
from mev_inspect.traces import is_child_trace_address, get_child_traces
|
||||
|
||||
|
||||
|
@ -50,6 +50,7 @@ def make_swap_trace(
|
||||
action: dict = {},
|
||||
subtraces: int = 0,
|
||||
):
|
||||
|
||||
return DecodedCallTrace(
|
||||
action=action,
|
||||
subtraces=subtraces,
|
||||
|
Loading…
x
Reference in New Issue
Block a user