Consensys / truffle-security

MythX smart contract security verification plugin for Truffle Framework
https://mythx.io
124 stars 28 forks source link

Namespace conflict with truffle-plugin-verify plugin #246

Closed Anthler closed 4 years ago

Anthler commented 4 years ago

truffle run verify [MyContract.sol] is the same plugin command used by the truffle-plugin-verify plugin. This causes conflict when you have both plugins installed This is the plugin: https://github.com/rkalis/truffle-plugin-verify

danielrea commented 4 years ago

You can now use truffle run mythx from v1.6.2 onwards.