diff --git a/dapps/templates/boilerplate/config/communication.js b/dapps/templates/boilerplate/config/communication.js index c401dcd05..33c240944 100644 --- a/dapps/templates/boilerplate/config/communication.js +++ b/dapps/templates/boilerplate/config/communication.js @@ -11,7 +11,7 @@ module.exports = { development: { connection: { host: "localhost", // Host of the blockchain node - port: 8546, // Port of the blockchain node + port: 8557, // Port of the blockchain node type: "ws" // Type of connection (ws or rpc) } },