Skip to content

Commit

Permalink
Fix bootnodes in testnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihajlo-Pavlovic committed Feb 3, 2025
1 parent e856e1b commit 75721d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,8 @@
},
"port": 9000,
"bootstrap": [
"/ip4/167.172.162.235/tcp/9000/p2p/QmNcjL4P5Dzq5hn6fkncYEsTcRU2g7g4N5rE2KCvHSPDav"
"/ip4/164.92.138.30/tcp/9000/p2p/QmbiZQm18JefDizrQwbRhPgkaLykTLyrUEpeMWuKJHXuUM",
"/ip4/139.59.145.152/tcp/9000/p2p/Qme2oF6afixBjLYjF5CYeC73d5dygsTq8P7BPQp31NVkye"
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions 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": "8.0.1+hotfix.2",
"version": "8.0.1+hotfix.3",
"description": "OTNode V8",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 75721d5

Please sign in to comment.