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 7f1f948 + 6847109 commit 0f3f935Copy full SHA for 0f3f935
script/libraries/LibArtifact.sol
@@ -63,7 +63,7 @@ library LibArtifact {
63
64
function _serializeArtifact(string memory dirPath, ArtifactInfo memory info) internal {
65
string[] memory inputs = new string[](25);
66
- inputs[0] = string.concat(vme.getRuntimeConfig().scriptRoot, "/generate-artifact.sh");
+ inputs[0] = "./generate-artifact.sh";
67
inputs[1] = "--name";
68
inputs[2] = info.contractName;
69
inputs[3] = "--args";
0 commit comments