feat: allow configuration of ropsten and ganache with env variables

This commit is contained in:
Matt Condon
2017-11-24 13:11:04 +02:00
parent 887c1bb925
commit b9b26e1d8a
4 changed files with 36 additions and 8 deletions

View File

@ -1,5 +1,9 @@
//var Ownable = artifacts.require("ownership/Ownable.sol");
// NOTE: Use this file to easily deploy the contracts you're writing.
// (but make sure to reset this file before committing
// with `git checkout HEAD -- migrations/2_deploy_contracts.js`)
module.exports = function(deployer) {
//deployer.deploy(Ownable);
};