Created
December 28, 2019 22:09
-
-
Save ryanpedersen42/2951ccd58f4ad46d2b34fa0e8391c161 to your computer and use it in GitHub Desktop.
deploy contract
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const Pet = artifacts.require("Pet"); | |
| module.exports = function(deployer) { | |
| deployer.deploy(Pet); | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment