From 57ebdf34462b5bf693fbecd464fd75d263fdaf9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Treer=20Zolt=C3=A1n?= Date: Tue, 14 May 2019 13:14:41 +0200 Subject: [PATCH] script to deploy the script --- .../37_deploy_Main0025_recreateLoanProducts.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mainnet_migrations/37_deploy_Main0025_recreateLoanProducts.js diff --git a/mainnet_migrations/37_deploy_Main0025_recreateLoanProducts.js b/mainnet_migrations/37_deploy_Main0025_recreateLoanProducts.js new file mode 100644 index 00000000..1aef2848 --- /dev/null +++ b/mainnet_migrations/37_deploy_Main0025_recreateLoanProducts.js @@ -0,0 +1,7 @@ +const Main0025_recreateLoanProducts = artifacts.require("./Main0025_recreateLoanProducts.sol"); + +module.exports = function(deployer) { + deployer.then(async () => { + await deployer.deploy(Main0025_recreateLoanProducts); + }); +}; \ No newline at end of file