Commit e4e6e400 by Francisco Giordano

add back initializer functions for presets

parent 9187c6f2
...@@ -12,7 +12,7 @@ npx @openzeppelin/upgrade-safe-transpiler -D \ ...@@ -12,7 +12,7 @@ npx @openzeppelin/upgrade-safe-transpiler -D \
-i contracts/utils/Initializable.sol \ -i contracts/utils/Initializable.sol \
-x 'contracts/proxy/**/*' \ -x 'contracts/proxy/**/*' \
-x '!contracts/proxy/Clones.sol' \ -x '!contracts/proxy/Clones.sol' \
-p 'contracts/presets/**/*' -p 'contracts/**/presets/**/*'
for p in scripts/upgradeable/patch/*.patch; do for p in scripts/upgradeable/patch/*.patch; do
git apply "$p" git apply "$p"
......
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