We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2be2b8 commit 8972612Copy full SHA for 8972612
scripts/upgradeable/transpile.sh
@@ -24,7 +24,7 @@ fi
24
# -p: emit public initializer
25
# -n: use namespaces
26
# -N: exclude from namespaces transformation
27
-npx @openzeppelin/upgrade-safe-transpiler@next -D \
+npx @openzeppelin/upgrade-safe-transpiler@latest -D \
28
-b "$build_info" \
29
-i contracts/proxy/utils/Initializable.sol \
30
-x 'contracts-exposed/**/*' \
0 commit comments