Merge pull request #9 from status-im/chores/user-ws-start

Use ws for contracts
This commit is contained in:
Eric Mastro 2018-10-30 22:02:29 +01:00 committed by GitHub
commit 6ed8bdf459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ module.exports = {
// Blockchain node to deploy the contracts // Blockchain node to deploy the contracts
deployment: { deployment: {
host: "localhost", // Host of the blockchain node host: "localhost", // Host of the blockchain node
port: 8545, // Port of the blockchain node port: 8546, // Port of the blockchain node
type: "rpc" // Type of connection (ws or rpc), type: "ws" // Type of connection (ws or rpc),
// Accounts to use instead of the default account to populate your wallet // Accounts to use instead of the default account to populate your wallet
/*,accounts: [ /*,accounts: [
{ {