Update remixAppManager.js

pull/1/head
yann300 6 years ago committed by GitHub
parent 19cd3b6176
commit 4f0122e26a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      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'
}

Loading…
Cancel
Save