Skip to content

Commit

Permalink
Merge pull request #3707 from OriginTrail/v6/prerelease/testnet
Browse files Browse the repository at this point in the history
v8.0.1+hotfix.3 Testnet Release
  • Loading branch information
Mihajlo-Pavlovic authored Feb 3, 2025
2 parents b813117 + 0073d44 commit 18183e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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
2 changes: 1 addition & 1 deletion src/commands/protocols/publish/store-assertion-command.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class StoreAssertionCommand extends Command {
this.ualService = ctx.ualService;
this.dataService = ctx.dataService;
this.tripleStoreService = ctx.tripleStoreService;
this.networkModuleManager = ctx.networkModuleManager;
this.repositoryModuleManager = ctx.repositoryModuleManager;
this.networkModuleManager = ctx.networkModuleManager;

this.errorType = ERROR_TYPE.STORE_ASSERTION_ERROR;
}
Expand Down

0 comments on commit 18183e3

Please sign in to comment.