Skip to content

Instantly share code, notes, and snippets.

@yangga
Created April 25, 2019 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yangga/e919a0a3b902846ec6c727148b18c1bd to your computer and use it in GitHub Desktop.
Save yangga/e919a0a3b902846ec6c727148b18c1bd to your computer and use it in GitHub Desktop.
const ToToToken = artifacts.require("ToToToken");
module.exports = function(deployer, network, accounts) {
deployer.deploy(ToToToken)
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment