Commit ee5a5706 by github-actions

Merge upstream master into patched/master

parents 79878ae8 ec097571
......@@ -17,7 +17,7 @@ npx @openzeppelin/upgrade-safe-transpiler@latest -D \
-x '!contracts/proxy/beacon/IBeacon.sol' \
-p 'contracts/**/presets/**/*'
# this is currently no longer used but could be useful in the future
for p in scripts/upgradeable/patch/*.patch; do
git apply "$p"
done
# this is currently no longer used but could be useful again in the future
# for p in scripts/upgradeable/patch/*.patch; do
# git apply "$p"
# done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment