Skip to content

Commit

Permalink
Merge pull request #189 from PhyrexTsai/master
Browse files Browse the repository at this point in the history
v0.0.48
  • Loading branch information
PhyrexTsai authored Oct 1, 2019
2 parents eb223de + ce21550 commit 3f041f4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaizen-cli",
"version": "0.0.47",
"version": "0.0.48",
"bin": {
"kaizen": "kaizen"
},
Expand Down
4 changes: 3 additions & 1 deletion src/components/Contracts/Deploy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ function builder(yargs) {
'ERC20'.underline.yellow + ' - ERC20 Token Standard, ' +
'https://github.com/PortalNetwork/kaizen-contracts/tree/master/ERC20'.underline.yellow + '\n' +
'ERC721'.underline.yellow + ' - ERC721 Token Standard, ' +
'https://github.com/PortalNetwork/kaizen-contracts/tree/master/ERC721'.underline.yellow + '\n'
'https://github.com/PortalNetwork/kaizen-contracts/tree/master/ERC721'.underline.yellow + '\n' +
'NuCypher'.underline.yellow + ' - NuCypher Contracts' +
'https://github.com/PortalNetwork/kaizen-contracts/tree/master/NuCypher'.underline.yellow + '\n'
);
}

Expand Down
4 changes: 3 additions & 1 deletion src/components/Contracts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ function builder(yargs) {
'ERC20'.underline.yellow + ' - ERC20 Token Standard, ' +
'https://github.com/PortalNetwork/kaizen-contracts/tree/master/ERC20'.underline.yellow + '\n' +
'ERC721'.underline.yellow + ' - ERC721 Token Standard, ' +
'https://github.com/PortalNetwork/kaizen-contracts/tree/master/ERC721'.underline.yellow + '\n\n' +
'https://github.com/PortalNetwork/kaizen-contracts/tree/master/ERC721'.underline.yellow + '\n' +
'NuCypher'.underline.yellow + ' - NuCypher Contracts' +
'https://github.com/PortalNetwork/kaizen-contracts/tree/master/NuCypher'.underline.yellow + '\n\n' +
'NOTE: ' + 'Please make sure use '.gray + '\'kaizen config set --key <KEY> --value <VALUE>\''.yellow +
' to setup the configuration before you deploy smart contracts.'.gray
);
Expand Down

0 comments on commit 3f041f4

Please sign in to comment.