Merge pull request #2327 from ethereum/yann300-patch-78

Remove beta from mythx plugin
pull/1/head
yann300 5 years ago committed by GitHub
commit f6f98a83d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/remixAppManager.js

@ -135,7 +135,7 @@ export class RemixAppManager extends PluginEngine {
notifications: { notifications: {
'solidity': ['compilationFinished'] 'solidity': ['compilationFinished']
}, },
version: '0.1.0-beta', version: '0.1.0',
url: 'https://remix-mythx-plugin.surge.sh', 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://remix-mythx-plugin.surge.sh/logo.png', icon: 'https://remix-mythx-plugin.surge.sh/logo.png',

Loading…
Cancel
Save