We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7078ab9 commit 6b47969Copy full SHA for 6b47969
package.json
@@ -25,6 +25,7 @@
25
"ganache": "ganache-cli -d --port 8545 --defaultBalanceEther 500",
26
"migrate": "truffle migrate",
27
"build": "npm run compile:contracts && npm run compile:types",
28
+ "calculate-contract-bytecode": "node scripts/calculateContractBytecode.js --contract",
29
"compile": "hardhat compile",
30
"compile:contracts": "truffle compile",
31
"compile:types": "typechain --target=truffle --outDir build/types/truffle-types \"build/contracts/*.json\"",
0 commit comments