Use prompt instead of argv arguments in scripts #32

Closed
bumi wants to merge 3 commits from feature/multi-network-support-for-scripts into master
Showing only changes of commit 61455e6844 - Show all commits

View File

@ -3,7 +3,7 @@ module.exports = {
networks: {
development: {
host: "127.0.0.1",
port: 8545,
port: 7545,
network_id: "*" // Match any network id
},
kovan: {