From cecfb10f5946695eb04c6751b1181860437ae0ee Mon Sep 17 00:00:00 2001 From: Laura Weindorf Date: Sat, 19 Oct 2019 18:31:17 -0400 Subject: [PATCH] Changed port to match latest version of discovery-cli which uses 3333, to fix dApp network error. --- src/utils/getEnigmaInit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/getEnigmaInit.js b/src/utils/getEnigmaInit.js index 25c521b..c43888c 100644 --- a/src/utils/getEnigmaInit.js +++ b/src/utils/getEnigmaInit.js @@ -12,7 +12,7 @@ export default async () => { web3, EnigmaContract.networks['4447'].address, EnigmaTokenContract.networks['4447'].address, - 'http://localhost:3346', + 'http://localhost:3333', { gas: 4712388, gasPrice: 100000000000,