uses https instead of http

pull/1/head
Sergii Bomko 6 years ago
parent c34085e935
commit 49da5d588b
  1. 4
      src/remixAppManager.js

@ -93,8 +93,8 @@ export class RemixAppManager extends AppManagerApi {
notifications: {
'solidity': ['compilationFinished']
},
url: 'http://remythx.xyz',
icon: 'http://remythx.xyz/logo.png',
url: 'https://remythx.xyz',
icon: 'https://remythx.xyz/logo.png',
location: 'sidePanel'
}
return [

Loading…
Cancel
Save