diff --git a/migrations/1-deploy-contracts.js b/migrations/1-deploy-contracts.js deleted file mode 100644 index b2b30e8d..00000000 --- a/migrations/1-deploy-contracts.js +++ /dev/null @@ -1,18 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -module.exports = function (deployer, network) { - var deploy = function (name) { return deployer.deploy(artifacts.require(name)); }; - ['Migrations', 'CPKFactory'].forEach(deploy); - if (network === 'test' || network === 'local') { - [ - 'GnosisSafe', - 'ProxyFactory', - 'MultiSend', - 'DefaultCallbackHandler', - 'Multistep', - 'ERC20Mintable', - 'ConditionalTokens' - ].forEach(deploy); - } -}; -//# sourceMappingURL=1-deploy-contracts.js.map \ No newline at end of file