diff --git a/config/config.json b/config/config.json index 54c8a7f2b..91601ab19 100644 --- a/config/config.json +++ b/config/config.json @@ -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" ] } } diff --git a/package-lock.json b/package-lock.json index d18af39fa..1eb4aa065 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "origintrail_node", - "version": "8.0.1+hotfix.2", + "version": "8.0.1+hotfix.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "origintrail_node", - "version": "8.0.1+hotfix.2", + "version": "8.0.1+hotfix.3", "license": "ISC", "dependencies": { "@comunica/query-sparql": "^2.4.3", diff --git a/package.json b/package.json index b0f82a474..b73005093 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/commands/protocols/publish/store-assertion-command.js b/src/commands/protocols/publish/store-assertion-command.js index 8f7298c0d..55a381976 100644 --- a/src/commands/protocols/publish/store-assertion-command.js +++ b/src/commands/protocols/publish/store-assertion-command.js @@ -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; }