Skip to content

Commit 8972612

Browse files
committed
switch to latest
1 parent d2be2b8 commit 8972612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/upgradeable/transpile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424
# -p: emit public initializer
2525
# -n: use namespaces
2626
# -N: exclude from namespaces transformation
27-
npx @openzeppelin/upgrade-safe-transpiler@next -D \
27+
npx @openzeppelin/upgrade-safe-transpiler@latest -D \
2828
-b "$build_info" \
2929
-i contracts/proxy/utils/Initializable.sol \
3030
-x 'contracts-exposed/**/*' \

0 commit comments

Comments
 (0)