From 5e481c1c274ea45969f320f38bc0ff7302982981 Mon Sep 17 00:00:00 2001
From: "Mariano Absatz (git)" <scm@baby.com.ar>
Date: Tue, 11 Jun 2019 14:46:27 -0300
Subject: [PATCH] siempre faltan 5 p'al peso (o una coma)

---
 contract/truffle-config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contract/truffle-config.js b/contract/truffle-config.js
index 4a38686..d8ebd16 100644
--- a/contract/truffle-config.js
+++ b/contract/truffle-config.js
@@ -42,7 +42,7 @@ module.exports = {
       port: 8545,            // Standard Ethereum port (default: none)
       provider: () => new HDWalletProvider(process.env.GETH_ACCOUNT_PKEY, "http://127.0.0.1:8545"),
       network_id: "47525974938",       // BFA produccion
-    }
+    },
 
     bfatest2: {
       host: "127.0.0.1",     // Localhost (default: none)
-- 
GitLab