Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add transpilation flags
  • Loading branch information
ernestognw committed Apr 8, 2024
commit 6951ef74284fc16cd91e221a08ae9269c19e4561
4 changes: 4 additions & 0 deletions scripts/upgradeable/transpile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ npx @openzeppelin/upgrade-safe-transpiler -D \
-x '!contracts/proxy/utils/UUPSUpgradeable.sol' \
-x '!contracts/proxy/beacon/IBeacon.sol' \
-p 'contracts/**/presets/**/*' \
-p 'contracts/access/manager/AccessManager.sol' \
-p 'contracts/finance/VestingWallet.sol' \
-p 'contracts/governance/TimelockController.sol' \
-p 'contracts/metatx/ERC2771Forwarder.sol' \
-n \
-N 'contracts/mocks/**/*' \
-q '@openzeppelin/'
Expand Down