From 31dd46ba315f0864f7ea354bcdcddef653727f39 Mon Sep 17 00:00:00 2001 From: Barry Gitarts Date: Tue, 3 Jul 2018 13:57:36 -0400 Subject: [PATCH] add livenet configuration --- config/contracts.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/config/contracts.json b/config/contracts.json index 35d183f..8516b95 100644 --- a/config/contracts.json +++ b/config/contracts.json @@ -44,7 +44,7 @@ ] }, "PollManager": { - "args": ["$MiniMeTokenFactory", "$SNT"] + "args": ["$MiniMeTokenFactory", "$SNT"] } } }, @@ -62,5 +62,21 @@ "address": "0x456E047eDEa0a91a66C3DC7aCc0B1424d80cf8a6" } } + }, + "livenet":{ + "contracts": { + "gasPrice": 30000000000, + "TestToken": { "deploy": false }, + "MiniMeTokenFactory": { + "address": "0xa1c957C0210397D2d0296341627B74411756d476" + }, + "SNT": { + "instanceOf": "MiniMeToken", + "address": "0x744d70fdbe2ba4cf95131626614a1763df805b9e" + }, + "PollManager": { + "args": ["$MiniMeTokenFactory", "$SNT"] + } + } } }