Skip to content

Commit

Permalink
update transpiler settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Jun 15, 2023
1 parent b6ec439 commit 875b37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upgradeable/transpile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npx @openzeppelin/upgrade-safe-transpiler@latest -D \
-x 'contracts/proxy/**/*' \
-x '!contracts/proxy/Clones.sol' \
-x '!contracts/proxy/ERC1967/ERC1967Storage.sol' \
-x '!contracts/proxy/ERC1967/ERC1967Upgrade.sol' \
-x '!contracts/proxy/ERC1967/ERC1967Utils.sol' \
-x '!contracts/proxy/utils/UUPSUpgradeable.sol' \
-x '!contracts/proxy/beacon/IBeacon.sol' \
-p 'contracts/**/presets/**/*'

0 comments on commit 875b37b

Please sign in to comment.