From 5f1c5f733611c23fd1c55990595302ec25db2619 Mon Sep 17 00:00:00 2001 From: Barry Gitarts Date: Thu, 9 Aug 2018 11:56:19 -0400 Subject: [PATCH] use deployed testnet address for safemath console.log inputs for setPrice for multisig use --- config/contracts.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/contracts.json b/config/contracts.json index 6ea297a..f6fb89c 100644 --- a/config/contracts.json +++ b/config/contracts.json @@ -89,6 +89,9 @@ "address": "0x0F9992f7737f9ba3aceD170D4D1259cb2CEcc050" }, "ERC20Receiver": { "deploy": false } + }, + "SafeMath": { + "address": "0x0F9992f7737f9ba3aceD170D4D1259cb2CEcc050" } }, "rinkeby":{