Unverified Commit 4f0122e2 authored by yann300's avatar yann300 Committed by GitHub

Update remixAppManager.js

parent 19cd3b61
...@@ -112,15 +112,16 @@ export class RemixAppManager extends AppManagerApi { ...@@ -112,15 +112,16 @@ export class RemixAppManager extends AppManagerApi {
} }
var mythx = { var mythx = {
name: 'remythx', name: 'remythx',
displayName: 'MythX Security Verification (Beta)', displayName: 'MythX Security Verification',
events: [], events: [],
methods: [], methods: [],
notifications: { notifications: {
'solidity': ['compilationFinished'] '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', 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', location: 'sidePanel',
documentation: 'https://github.com/aquiladev/remix-mythx-plugin/blob/master/README.md' documentation: 'https://github.com/aquiladev/remix-mythx-plugin/blob/master/README.md'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment