From 31aac79d1aac1dc3ccb459d0a743827719daf039 Mon Sep 17 00:00:00 2001 From: Anthony Laibe Date: Tue, 30 Oct 2018 21:51:14 +0100 Subject: [PATCH] Use ws for contracts --- config/contracts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/contracts.js b/config/contracts.js index 29828c2..e8e7e3d 100644 --- a/config/contracts.js +++ b/config/contracts.js @@ -4,8 +4,8 @@ module.exports = { // Blockchain node to deploy the contracts deployment: { host: "localhost", // Host of the blockchain node - port: 8545, // Port of the blockchain node - type: "rpc" // Type of connection (ws or rpc), + port: 8546, // Port of the blockchain node + type: "ws" // Type of connection (ws or rpc), // Accounts to use instead of the default account to populate your wallet /*,accounts: [ {