Skip to content

Instantly share code, notes, and snippets.

@alexroan
Created March 27, 2020 14:53
Show Gist options
  • Save alexroan/84675aabe665f463e67be5476bcf61e5 to your computer and use it in GitHub Desktop.
Save alexroan/84675aabe665f463e67be5476bcf61e5 to your computer and use it in GitHub Desktop.
ethermon/deploy_contracts.js@1
const Ethermon = artifacts.require("Ethermon");
module.exports = function(deployer) {
deployer.deploy(Ethermon);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment