tweaked poseidon (wip)

This commit is contained in:
poma 2019-10-06 05:56:39 +03:00
parent d38647aeaa
commit 33723a731e
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ module.exports = function(deployer) {
await artifactor.save({
contractName,
abi: genContract.abi,
unlinked_binary: genContract.createCode(),
unlinked_binary: genContract.createCode(3),
}).then(async () => {
const hasherContract = artifacts.require(contractName)
await deployer.deploy(hasherContract)