@browseth/cli
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -36,3 +36,3 @@ #!/usr/bin/env node | ||
console.log( | ||
`\nSuccessfully generated at '${path}'\n\ncd into '${path}' and run 'yarn' to install dependencies.\nThen run 'yarn start' to begin.\n\nPlease visit '${path}/src/config.json' and update the URL to use your own Infura Api Key.\nYou can retrieve yours by visiting 'https://infura.io'.\n`, | ||
`\nSuccessfully generated at '${path}'\n\ncd into '${path}' and run 'yarn' to install dependencies.\nRun 'yarn geth' for devnet or just 'geth' for mainnet.\nRun 'yarn compile' to build all contracts.\nRun 'yarn deploy' to deploy contracts.\nThen run 'yarn start' to begin.\n\n`, | ||
); | ||
@@ -54,3 +54,3 @@ }); | ||
console.log( | ||
`\nSuccessfully generated at '${path}'\n\ncd into '${path}' and run 'yarn' to install dependencies.\nThen run 'yarn start' to begin.\n\nPlease visit '${path}/src/config.json' and update the URL to use your own Infura Api Key.\nYou can retrieve yours by visiting 'https://infura.io'.\n`, | ||
`\nSuccessfully generated at '${path}'\n\ncd into '${path}' and run 'yarn' to install dependencies.\nRun 'yarn geth' for devnet or just 'geth' for mainnet.\nThen run 'yarn start' to begin.\nRun 'HTTPS=true yarn start' for Ledger support.\n\nPlease visit '${path}/src/config.json' and update the URL to use your own Infura Api Key.\nYou can retrieve yours by visiting 'https://infura.io'.\n`, | ||
); | ||
@@ -57,0 +57,0 @@ }); |
{ | ||
"name": "@browseth/cli", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"bin": { | ||
@@ -5,0 +5,0 @@ "browseth-cli": "./bin/browseth-cli.js" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1803291
161
42565