diff --git a/templates/boilerplate/config/contracts.js b/templates/boilerplate/config/contracts.js index ad42e14e3..380cad251 100644 --- a/templates/boilerplate/config/contracts.js +++ b/templates/boilerplate/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: [ { diff --git a/templates/simple/contracts.js b/templates/simple/contracts.js index ad42e14e3..380cad251 100644 --- a/templates/simple/contracts.js +++ b/templates/simple/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: [ { diff --git a/test_apps/coverage_app/config/contracts.js b/test_apps/coverage_app/config/contracts.js index bf2164b32..008441466 100644 --- a/test_apps/coverage_app/config/contracts.js +++ b/test_apps/coverage_app/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: [ { diff --git a/test_apps/embark_demo/config/contracts.js b/test_apps/embark_demo/config/contracts.js index 566436054..4fdd08f7d 100644 --- a/test_apps/embark_demo/config/contracts.js +++ b/test_apps/embark_demo/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: [ {