updates plugin definition

pull/3094/head
Sergii Bomko 6 years ago
parent fd8dfbc9b3
commit e8af1ae829
  1. 9
      src/remixAppManager.js

@ -112,9 +112,14 @@ export class RemixAppManager extends AppManagerApi {
} }
var mythx = { var mythx = {
name: 'remythx', name: 'remythx',
displayName: 'MythX', displayName: 'MythX Security Verification (Beta)',
description: 'Security analysis of smart contracts by using MythX', events: [],
methods: [],
notifications: {
'solidity': ['compilationFinished']
},
url: 'https://remythx.xyz', url: 'https://remythx.xyz',
description: 'Perform Static and Dynamic Security Analysis using the MythX Cloud Service',
icon: 'https://remythx.xyz/logo.png', icon: 'https://remythx.xyz/logo.png',
location: 'sidePanel' location: 'sidePanel'
} }

Loading…
Cancel
Save