mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-08-07 06:12:14 -04:00
tweaked poseidon (wip)
This commit is contained in:
parent
d38647aeaa
commit
33723a731e
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue