From 4f0122e26add9cf294b83365e83a2f1292833d7d Mon Sep 17 00:00:00 2001 From: yann300 Date: Fri, 14 Jun 2019 21:12:49 +0200 Subject: [PATCH] Update remixAppManager.js --- src/remixAppManager.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/remixAppManager.js b/src/remixAppManager.js index 58203cf8d0..77fdf83fda 100644 --- a/src/remixAppManager.js +++ b/src/remixAppManager.js @@ -112,15 +112,16 @@ export class RemixAppManager extends AppManagerApi { } var mythx = { name: 'remythx', - displayName: 'MythX Security Verification (Beta)', + displayName: 'MythX Security Verification', events: [], methods: [], notifications: { 'solidity': ['compilationFinished'] }, - url: 'https://remythx.xyz', + version: '0.1.0-beta', + url: 'https://remix-mythx-plugin.surge.sh', description: 'Perform Static and Dynamic Security Analysis using the MythX Cloud Service', - icon: 'https://remythx.xyz/logo.png', + icon: 'https://remix-mythx-plugin.surge.sh/logo.png', location: 'sidePanel', documentation: 'https://github.com/aquiladev/remix-mythx-plugin/blob/master/README.md' }