From bce87812583f9286dc8c4d98e6f495e96fcc6605 Mon Sep 17 00:00:00 2001 From: Sowmay Jain Date: Sat, 12 Sep 2020 20:14:32 +1000 Subject: [PATCH] made deployer name little fancy = InstaDeployer --- contracts/deployer.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);