Skip to content

Instantly share code, notes, and snippets.

@tienshaoku
Last active March 23, 2020 14:35
Show Gist options
  • Save tienshaoku/a9d5fd3d1a350646d7c2c4e0239dac6c to your computer and use it in GitHub Desktop.
Save tienshaoku/a9d5fd3d1a350646d7c2c4e0239dac6c to your computer and use it in GitHub Desktop.
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