From cb2a339aeb5a0b9047e94ad42260128db6d5f558 Mon Sep 17 00:00:00 2001 From: Vincent Geddes Date: Mon, 7 Sep 2020 20:00:34 +0200 Subject: [PATCH] Remove personal config from truffle config (#70) --- ethereum/truffle-config.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ethereum/truffle-config.js b/ethereum/truffle-config.js index 9ca69974dbb13..7e147144b87fc 100644 --- a/ethereum/truffle-config.js +++ b/ethereum/truffle-config.js @@ -1,15 +1,14 @@ module.exports = { networks: { - vincent_develop: { - host: "172.29.96.1", + development: { + host: "127.0.0.1", port: 7545, - network_id: "5777" - }, + network_id: "*" + } }, mocha: { useColors: true }, - // Configure your compilers compilers: { solc: { version: "0.6.2",