Skip to content

Commit

Permalink
Merge pull request singnet#107 from raamb/master
Browse files Browse the repository at this point in the history
Use https endpoints for the protojs service
  • Loading branch information
raamb authored Feb 5, 2019
2 parents aacfc60 + 2c4a040 commit eb4ff8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const NETWORKS = {
etherscan: 'https://ropsten.etherscan.io',
infura: 'https://ropsten.infura.io',
marketplace:'https://260r82zgt7.execute-api.us-east-1.amazonaws.com/ropsten/',
protobufjs:'http://protojs.singularitynet.io/ropsten/'
protobufjs:'https://protojs.singularitynet.io/ropsten/'
},
4: {
name: "Rinkeby Test Network",
Expand All @@ -25,7 +25,7 @@ export const NETWORKS = {
etherscan: 'https://kovan.etherscan.io',
infura: 'https:/kovan.infura.io',
marketplace:'https://260r82zgt7.execute-api.us-east-1.amazonaws.com/kovan/',
protobufjs:'http://protojs.singularitynet.io/kovan/',
protobufjs:'https://protojs.singularitynet.io/kovan/',
default:true
},
};
Expand Down

0 comments on commit eb4ff8f

Please sign in to comment.