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