Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #379 from LiskHQ/378-connect-via-https
Browse files Browse the repository at this point in the history
Connect to mainnet nodes via https - Closes #378
  • Loading branch information
slaweet authored Jun 12, 2017
2 parents 6c4df11 + 46ded1c commit 6ac39f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions src/components/login/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ app.component('login', {

this.networks = [{
name: 'Mainnet',
ssl: true,
port: 443,
}, {
name: 'Testnet',
testnet: true,
Expand Down

0 comments on commit 6ac39f2

Please sign in to comment.