Commit 2423440d by Francisco Giordano

configure transpiler to use built in Initializable and exclude all proxies

parent 76297709
......@@ -4,4 +4,7 @@ set -euo pipefail -x
npm run compile
npx @openzeppelin/upgrade-safe-transpiler -D
# -D: delete original and excluded files
# -i: use included Initializable
# -x: exclude all proxy contracts
npx @openzeppelin/upgrade-safe-transpiler -D -i contracts/proxy/Initializable.sol -x 'contracts/proxy/**/*'
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