We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the release of v1.4.0, the Safe team has renamed their contracts (changelog).
We should update our imports to use this new version, as the build scripts are currently failing on https://github.com/JoinColony/contractDeployment/tree/moreScripts-hardhat
The text was updated successfully, but these errors were encountered:
Note that this issue can be resolved by updating the build command from:
return run('git', ['submodule', 'update', '--init', '--recursive', '--remote'], { cwd: CONTRACT_CWD });
to
return run('git', ['submodule', 'update', '--init'], { cwd: CONTRACT_CWD });
which matches the command run in CI.
Sorry, something went wrong.
No branches or pull requests
With the release of v1.4.0, the Safe team has renamed their contracts (changelog).
We should update our imports to use this new version, as the build scripts are currently failing on https://github.com/JoinColony/contractDeployment/tree/moreScripts-hardhat
The text was updated successfully, but these errors were encountered: