Skip to content

Instantly share code, notes, and snippets.

@ChamsBouzaiene
Created October 6, 2019 22:38
Show Gist options
  • Save ChamsBouzaiene/47a19aedf0eb5bf1cae3c7b0d9f8ebc0 to your computer and use it in GitHub Desktop.
Save ChamsBouzaiene/47a19aedf0eb5bf1cae3c7b0d9f8ebc0 to your computer and use it in GitHub Desktop.
migration file for the private smart contract
var PrivateQueue = artifacts.require("./PrivateQueue.sol");
module.exports = function(deployer) {
deployer.deploy(PrivateQueue);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment