Skip to content

Commit

Permalink
Fix for registering bootstrap from docker (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
vukdjoric authored and kipliklotrika committed Aug 18, 2018
1 parent 37b0938 commit d88b398
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "origintrail-node",
"version": "1.3.9",
"version": "1.3.10",
"description": "OriginTrail node",
"main": ".eslintrc.js",
"config": {
Expand Down
2 changes: 1 addition & 1 deletion testnet/register-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class RegisterNode {
}

env.DB_PASSWORD = 'root';
env.BOOTSTRAP_NODE = 'https://142.93.168.56:5278/#efd4213c017b1e5b1d5e6f42c6936f19d30097aa';
env.BOOTSTRAP_NODE = 'https://46.101.233.127:5278/#a69e413b7916a22658e1435b498761ff3d922b56,https://82.196.6.215:5278/#d3167d777720c15e024b7e7ab41055bcdf1bf03e';

for (const prop in env) {
if (Object.prototype.hasOwnProperty.call(env, prop)) {
Expand Down

0 comments on commit d88b398

Please sign in to comment.