Skip to content

Instantly share code, notes, and snippets.

@ChamsBouzaiene
Last active October 6, 2019 23:04
Show Gist options
  • Save ChamsBouzaiene/204b33a4e44520c544e65574a7f72f5a to your computer and use it in GitHub Desktop.
Save ChamsBouzaiene/204b33a4e44520c544e65574a7f72f5a to your computer and use it in GitHub Desktop.
Public Blockchain Migration file
var PublicQueue = artifacts.require("./PublicQueue.sol");
module.exports = function(deployer) {
deployer.deploy(PublicQueue);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment