Skip to content

Commit 1a7a5a0

Browse files
committed
Adding foundry type to str function
1 parent 6bb6e72 commit 1a7a5a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crytic_compile/platform/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ def __str__(self) -> str: # pylint: disable=too-many-branches
6363
return "Builder"
6464
if self == Type.BROWNIE:
6565
return "Browner"
66+
if self == Type.FOUNDRY:
67+
return "Foundry"
6668
raise ValueError

0 commit comments

Comments
 (0)