Skip to content

Commit a7c32c0

Browse files
committed
split srcmap
1 parent a6a33a8 commit a7c32c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crytic_compile/platform/vyper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def compile(self, crytic_compile: "CryticCompile", **kwargs: str) -> None:
103103
source_unit.srcmaps_init[contract_name] = []
104104
source_unit.srcmaps_runtime[contract_name] = contract_metadata["evm"][
105105
"deployedBytecode"
106-
]["sourceMap"]
106+
]["sourceMap"].split(";")
107107
source_unit.bytecodes_runtime[contract_name] = contract_metadata["evm"][
108108
"deployedBytecode"
109109
]["object"].replace("0x", "")

0 commit comments

Comments
 (0)