Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
module.exports = async function(deployer, network, accounts) {
const { send } = require('@openzeppelin/test-helpers');
await send.ether(accounts[0], accounts[1], 1);
console.error('Successfully used send helper');
};