From e8af1ae829c1149b003bf83a752a0c2487d2971b Mon Sep 17 00:00:00 2001 From: Sergii Bomko Date: Fri, 31 May 2019 20:05:30 +0200 Subject: [PATCH] updates plugin definition --- src/remixAppManager.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/remixAppManager.js b/src/remixAppManager.js index edb5a3cf38..e66bf9d7f3 100644 --- a/src/remixAppManager.js +++ b/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' }