From 8f5ba53aed0c5a6ca62dc246899a14b5a4c3224f Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sun, 16 Oct 2016 15:05:15 -0400 Subject: [PATCH] remove SimpleStorage config from boilerplate empty app --- boilerplate/config/contracts.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/boilerplate/config/contracts.json b/boilerplate/config/contracts.json index b899cb0f..f9bbf576 100644 --- a/boilerplate/config/contracts.json +++ b/boilerplate/config/contracts.json @@ -2,11 +2,6 @@ "default": { "gas": "auto", "contracts": { - "SimpleStorage": { - "args": [ - 100 - ] - } } } }