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 b6dbfdf + 2e1383e commit 2725788Copy full SHA for 2725788
scripts/solc-bin/bytecode_reports_for_modified_binaries.sh
@@ -151,7 +151,7 @@ for binary_name in $platform_binaries; do
151
cp "${script_dir}/bytecodecompare/prepare_report.js" prepare_report.js
152
153
validate_reported_version \
154
- "$(solc-js/solcjs --version)" \
+ "$(solc-js/solc.js --version)" \
155
"$solidity_version_and_commit"
156
157
# shellcheck disable=SC2035
test/externalTests/common.sh
@@ -84,7 +84,7 @@ function setup_solc
84
pushd "$install_dir"
85
npm install
86
cp "$binary_path" soljson.js
87
- SOLCVERSION=$(./solcjs --version)
+ SOLCVERSION=$(./solc.js --version)
88
popd
89
else
90
printLog "Setting up solc..."
0 commit comments