Switch solc-js branch for testing.

This commit is contained in:
Daniel Kirchner
2022-01-26 11:18:15 +01:00
parent a06d36d31f
commit fdb7868ae4
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ function setup_solc
if [[ $binary_type == solcjs ]]
then
printLog "Setting up solc-js..."
git clone --depth 1 -b "$solcjs_branch" https://github.com/ethereum/solc-js.git "$install_dir"
git clone --depth 1 -b "fix/root-export-wrapped-solcjson" https://github.com/stephensli/solc-js.git "$install_dir"
pushd "$install_dir"
npm install