From 5651e4ca67ee6c552849a5038d961e5cd663cfaf Mon Sep 17 00:00:00 2001 From: Vit Stanislav Date: Fri, 9 Jun 2017 15:33:06 +0200 Subject: [PATCH 1/2] Connect to nodes with ssl --- src/components/login/login.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/login/login.js b/src/components/login/login.js index d87b564a2..198f309c8 100644 --- a/src/components/login/login.js +++ b/src/components/login/login.js @@ -25,6 +25,8 @@ app.component('login', { this.networks = [{ name: 'Mainnet', + ssl: true, + port: 443, }, { name: 'Testnet', testnet: true, From d18533f8b877f927ffcdbaca0077e0aa8558cc47 Mon Sep 17 00:00:00 2001 From: Vit Stanislav Date: Fri, 9 Jun 2017 15:33:45 +0200 Subject: [PATCH 2/2] Update lisk-js dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cae092c6..bb24d117b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "debug": "=2.2.0", "jasmine-spec-reporter": "=3.3.0", "jquery": "=2.2.4", - "lisk-js": "=0.4.1", + "lisk-js": "=0.4.2", "lodash": "=4.16.4", "moment": "=2.15.1", "ng-infinite-scroll": "=1.3.0",