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.
1 parent a2c7147 commit 82dce8aCopy full SHA for 82dce8a
crytic_compile/cryticparser/cryticparser.py
@@ -53,13 +53,15 @@ def init(parser: ArgumentParser) -> None:
53
_init_solc(parser)
54
_init_truffle(parser)
55
_init_embark(parser)
56
+ _init_brownie(parser)
57
_init_dapp(parser)
58
_init_etherlime(parser)
59
_init_etherscan(parser)
60
_init_waffle(parser)
61
_init_npx(parser)
62
_init_buidler(parser)
63
_init_hardhat(parser)
64
+ _init_foundry(parser)
65
66
67
def _init_solc(parser: ArgumentParser) -> None:
0 commit comments