Skip to content

Instantly share code, notes, and snippets.

@alexroan
Last active March 22, 2020 21:50
Show Gist options
  • Save alexroan/98f5798ebee22fe3a5fc4a9b32225bbd to your computer and use it in GitHub Desktop.
Save alexroan/98f5798ebee22fe3a5fc4a9b32225bbd to your computer and use it in GitHub Desktop.
truffle-multiple-migrations-1.js
const MyERC20 = artifacts.require("MyERC20");
module.exports = function(deployer) {
deployer.deploy(MyERC20);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment