We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ee622e + 1a7a5a0 commit b0d39b9Copy full SHA for b0d39b9
crytic_compile/platform/types.py
@@ -63,4 +63,6 @@ def __str__(self) -> str: # pylint: disable=too-many-branches
63
return "Builder"
64
if self == Type.BROWNIE:
65
return "Browner"
66
+ if self == Type.FOUNDRY:
67
+ return "Foundry"
68
raise ValueError
0 commit comments