UNPKG

truffle-analyze

Version:

Add vulnerability and weakness analysis via the MythX

7 lines (5 loc) 168 B
/* eslint no-undef: 0 */ // --> OFF var Migrations = artifacts.require('./Migrations.sol'); module.exports = function(deployer) { deployer.deploy(Migrations); };