2017-10-02 03:25:03 +00:00
|
|
|
var StandardBounties = artifacts.require("../contacts/StandardBounties.sol");
|
2017-05-02 00:22:11 +00:00
|
|
|
|
|
|
|
module.exports = function(deployer) {
|
2017-10-02 03:25:03 +00:00
|
|
|
deployer.deploy(StandardBounties);
|
2017-05-02 00:22:11 +00:00
|
|
|
};
|