parent
887c1bb925
commit
b9b26e1d8a
@ -0,0 +1,5 @@ |
||||
# configure your infura api key (not technically required) |
||||
INFURA_API_KEY= |
||||
|
||||
# change the mnemonic that your hd wallet is seeded with |
||||
MNEMONIC= |
@ -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);
|
||||
}; |
||||
|
Loading…
Reference in new issue