diff --git a/config.js b/config.js index 19eb8f2..a7b6525 100644 --- a/config.js +++ b/config.js @@ -1,12 +1,12 @@ module.exports = { 'gitter': { 'token': process.env.GITTER_TOKEN, - "room": "embark-framework/embark-dev", + "room": "status-im/gitter-bridge", }, 'status': { "provider": "ws://localhost:8546", "privateKey": process.env.STATUS_PRIVKEY, - "room": "#status-embark", + "room": "#gitter-bridge", "replace": /^embarkbot_gitlab@gitter/ } } diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..3a251f5 --- /dev/null +++ b/start.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env sh + +export GITTER_TOKEN= +export STATUS_PRIVKEY= + +killall geth + +geth --testnet --ws --wsport=8546 --wsaddr=localhost --wsorigins=* --shh --wsapi=web3,net,shh --syncmode=light & + +npm start