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 \ ...@@ -17,7 +17,7 @@ npx @openzeppelin/upgrade-safe-transpiler@latest -D \
-x '!contracts/proxy/beacon/IBeacon.sol' \ -x '!contracts/proxy/beacon/IBeacon.sol' \
-p 'contracts/**/presets/**/*' -p 'contracts/**/presets/**/*'
# this is currently no longer used but could be useful in the future # this is currently no longer used but could be useful again in the future
for p in scripts/upgradeable/patch/*.patch; do # for p in scripts/upgradeable/patch/*.patch; do
git apply "$p" # git apply "$p"
done # 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