Commit 5e69e471 by Francisco Giordano

Fix transpiler version for Buidler compatibility

(cherry picked from commit a3aaa0d0)
parent 30868a8e
......@@ -8,7 +8,7 @@ npm run compile
# -i: use included Initializable
# -x: exclude all proxy contracts except Clones library
# -p: emit public initializer
npx @openzeppelin/upgrade-safe-transpiler -D \
npx @openzeppelin/upgrade-safe-transpiler@^0.1.0 -D \
-i contracts/proxy/Initializable.sol \
-x 'contracts/proxy/**/*' \
-x '!contracts/proxy/Clones.sol' \
......
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