Skip to content

Commit

Permalink
Add volt-mine config from PR & up node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed May 15, 2021
1 parent 105e68a commit 06bed11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_script:
- meteor npm install

node_js:
- 7
- 8

script:
- meteor build $HOME/build.tgz
6 changes: 6 additions & 0 deletions imports/startup/client/mining-pools.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,10 @@ export const MINING_POOLS = [
link: 'https://qrl.herominers.com',
name: 'qrl.herominers.com',
},
{
address: 'Q010600e2785d301d0488c84d60f58e59d13453d1f3f2eebfc241e7d1ef864dd12a87035c56ae8a',
email: 'support@volt-mine.com',
link: 'https://qrl.volt-mine.com',
name: 'qrl.volt-mine.com',
},
]

0 comments on commit 06bed11

Please sign in to comment.