Skip to content

Commit

Permalink
Deploy verification storage
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjambazov committed Aug 11, 2018
1 parent 6081dbc commit fac6f85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions migrations/2_ipfsHashStorage_migration.js
@@ -1,6 +1,5 @@

let ipfsHashStorage = artifacts.require("./contracts/ipfsHashStorage.sol");
const VerificationStorage = artifacts.require('./contracts/VerificationStorage.sol');

module.exports = function(deployer) {
deployer.deploy(ipfsHashStorage);
deployer.deploy(VerificationStorage);
};

0 comments on commit fac6f85

Please sign in to comment.