diff --git a/bin/hubot b/bin/hubot index 36c9eb4..d796303 100755 --- a/bin/hubot +++ b/bin/hubot @@ -2,7 +2,6 @@ set -e -npm install export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH" exec node_modules/.bin/hubot --name "hal9000" "$@" diff --git a/run.sh b/run.sh index 4ad1c0b..4f11d49 100755 --- a/run.sh +++ b/run.sh @@ -1,5 +1,4 @@ -rm -rf node_modules/hubot-plusplus -# npm install +npm link hubot-kredits PORT=8888 \ HUBOT_LOG_LEVEL="debug" \ @@ -21,6 +20,5 @@ KREDITS_WEBHOOK_TOKEN="123" \ KREDITS_ROOM="#kosmos-random" \ KREDITS_WALLET_PATH="wallet.json" \ KREDITS_WALLET_PASSWORD="foo" \ -KREDITS_CONTRACT_ADDRESS="0x7dfab325c6ec203597c419b4b3172c6b219b9315" \ -KREDITS_PROVIDER_URL="https://parity.kosmos.org:8545" \ +KREDITS_PROVIDER_URL="http://localhost:7545" \ bin/hubot --name hal7000