Files: 9c5e476770c6ad80f8b4c419dc3cd196f8e88259 / migrations / 2_deploy_contracts.js
165 bytesRaw
1 | var EtherStream = artifacts.require("./EtherStream.sol"); |
2 | |
3 | module.exports = function(deployer) { |
4 | deployer.deploy(EtherStream, "0x00000", "EtherStreams", true); |
5 | }; |
6 |
Built with git-ssb-web