Use Infura Ethereum node for hubot-kredits

This commit is contained in:
Basti 2018-05-05 17:24:48 +02:00
parent bed4725109
commit 2aebcb2fa5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ node.default['hal8000']['kredits']['ipfs_host'] = 'localhost'
node.default['hal8000']['kredits']['ipfs_port'] = '5001'
node.default['hal8000']['kredits']['ipfs_protocol'] = 'http'
node.default['hal8000']['kredits']['room'] = '#kosmos'
node.default['hal8000']['kredits']['provider_url'] = 'https://parity.kosmos.org:8545'
node.default['hal8000']['kredits']['provider_url'] = 'https://kovan.infura.io/keUVk6OMaAvpmRF3m57n'
node.default['hal8000']['kredits']['network_id'] = '42'
node.default['hal8000']['kredits']['wallet_path'] = 'wallet.json'
node.default['hal8000']['kredits']['mediawiki_url'] = 'https://wiki.kosmos.org/'