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 = {
name: 'remythx',
displayName: 'MythX',
description: 'Security analysis of smart contracts by using MythX',
displayName: 'MythX Security Verification (Beta)',
events: [],
methods: [],
notifications: {
'solidity': ['compilationFinished']
},
url: 'https://remythx.xyz',
description: 'Perform Static and Dynamic Security Analysis using the MythX Cloud Service',
icon: 'https://remythx.xyz/logo.png',
location: 'sidePanel'
}

Loading…
Cancel
Save