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 018b7a5 commit 5e53a7fCopy full SHA for 5e53a7f
src/stdlib.sol
@@ -77,6 +77,7 @@ abstract contract stdCheats {
77
78
// Deploys a contract by fetching the contract bytecode from
79
// the artifacts directory
80
+ // e.g deployCode(code, abi.encode(arg1,arg2,arg3))
81
function deployCode(string memory what, bytes memory args)
82
public
83
returns (address addr)
@@ -321,4 +322,4 @@ library stdStorage {
321
322
323
return result;
324
}
-}
325
+}
0 commit comments