Last active
March 23, 2020 14:35
-
-
Save tienshaoku/a9d5fd3d1a350646d7c2c4e0239dac6c to your computer and use it in GitHub Desktop.
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
var SellToken = artifacts.require("SellToken"); | |
module.exports = function(deployer) { | |
deployer.deploy(SellToken, "0x7CC3C57cf280961b85920533A49cd62f176ef0E1"); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment