From d6766177b7a5f639de4d840bde1d87868bf19a89 Mon Sep 17 00:00:00 2001
From: "Mariano Absatz (git)" <scm@baby.com.ar>
Date: Tue, 11 Jun 2019 14:08:55 -0300
Subject: [PATCH] =?UTF-8?q?agrego=20configuraci=C3=B3n=20para=20red=20de?=
 =?UTF-8?q?=20test?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 contract/truffle-config.js | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/contract/truffle-config.js b/contract/truffle-config.js
index 1cab376..4a38686 100644
--- a/contract/truffle-config.js
+++ b/contract/truffle-config.js
@@ -41,8 +41,16 @@ module.exports = {
       host: "127.0.0.1",     // Localhost (default: none)
       port: 8545,            // Standard Ethereum port (default: none)
       provider: () => new HDWalletProvider(process.env.GETH_ACCOUNT_PKEY, "http://127.0.0.1:8545"),
-      network_id: "47525974938",       // Any network (default: none)
+      network_id: "47525974938",       // BFA produccion
     }
+
+    bfatest2: {
+      host: "127.0.0.1",     // Localhost (default: none)
+      port: 8545,            // Standard Ethereum port (default: none)
+      provider: () => new HDWalletProvider(process.env.GETH_ACCOUNT_PKEY, "http://127.0.0.1:8545"),
+      network_id: "55555000000",       // BFA produccion
+    }
+
     // Useful for testing. The `development` name is special - truffle uses it by default
     // if it's defined here and no other network is specified at the command line.
     // You should run a client (like ganache-cli, geth or parity) in a separate terminal
@@ -105,4 +113,4 @@ module.exports = {
   }
 }
 
-//provider.engine.stop()
\ No newline at end of file
+//provider.engine.stop()
-- 
GitLab