uses https instead of http

pull/3094/head
Sergii Bomko 6 years ago
parent 3b7f51f4b1
commit b4dc2b5642
  1. 4
      src/remixAppManager.js

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

Loading…
Cancel
Save