Use ws for contracts

This commit is contained in:
Anthony Laibe 2018-10-30 21:51:14 +01:00
parent 88a7f77a56
commit 31aac79d1a
1 changed files with 2 additions and 2 deletions

View File

@ -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: [
{