Skip to content

Commit

Permalink
Add DEXON testnet for migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyhu-dexon committed Nov 10, 2018
1 parent 505f557 commit b3f8c45
Show file tree
Hide file tree
Showing 7 changed files with 2,852 additions and 68 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
build
secret.js
5 changes: 5 additions & 0 deletions migrations/2_deploy_hello.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
var Hello = artifacts.require("./Hello.sol");

module.exports = function(deployer) {
deployer.deploy(Hello);
};
Loading

0 comments on commit b3f8c45

Please sign in to comment.