diff --git a/contracts/deployer.sol b/contracts/deployer.sol index 0616112..4c7d012 100644 --- a/contracts/deployer.sol +++ b/contracts/deployer.sol @@ -83,7 +83,7 @@ contract Controller { } -contract Deployer is Controller { +contract InstaDeployer is Controller { event LogNewFlusher(address indexed owner, address indexed flusher, address indexed logic);