From 8ecf1d854d7e819dab602d97ec7ef1880c2bc2e4 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Thu, 26 Jul 2018 11:47:35 -0400 Subject: [PATCH] do not deploy ens contracts (fix for upload) --- test_apps/test_app/config/contracts.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test_apps/test_app/config/contracts.js b/test_apps/test_app/config/contracts.js index 4fb5aa40b..b9909cab9 100644 --- a/test_apps/test_app/config/contracts.js +++ b/test_apps/test_app/config/contracts.js @@ -71,6 +71,15 @@ module.exports = { SimpleStorageWithHttpImport: { fromIndex: 0, args: [100] + }, + ENSRegistry: { + "deploy": false + }, + Resolver: { + "deploy": false + }, + FIFSRegistrar: { + "deploy": false } }, afterDeploy: [