mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-06-03 13:42:53 -04:00
deploy script
This commit is contained in:
parent
a359e86f85
commit
8580c5e427
4 changed files with 33 additions and 2 deletions
6
contracts/Mocks/IDeployer.sol
Normal file
6
contracts/Mocks/IDeployer.sol
Normal file
|
@ -0,0 +1,6 @@
|
|||
// SPDX-License-Identifier: MIT
|
||||
pragma solidity ^0.6.0;
|
||||
|
||||
interface IDeployer {
|
||||
function deploy(bytes memory _initCode, bytes32 _salt) external returns (address payable createdContract);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue