From 2dfbc5b3d15a285cc1b7e9de2163e4a44745a59a Mon Sep 17 00:00:00 2001 From: Vuk Djoric Date: Thu, 14 Mar 2019 11:09:24 +0100 Subject: [PATCH 1/2] update config --- config/config.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/config/config.json b/config/config.json index 6f7277585..668857cbf 100644 --- a/config/config.json +++ b/config/config.json @@ -355,7 +355,7 @@ "network_id": "rinkeby", "gas_limit": "2000000", "gas_price": "20000000000", - "hub_contract_address": "0xE2726Bc7c82d45601eF68DB9EED92af18D0C4E0f", + "hub_contract_address": "0x77659a327FEC19751a241143a67118Ab54F6F57B", "rpc_node_host": "https://rinkeby.infura.io/1WRiEqAQ9l4SW6fGdiDt", "rpc_node_port": "", "plugins": [ @@ -375,21 +375,20 @@ }, "network": { "hostname": "127.0.0.1", - "id": "TestnetV2.0.1b", + "id": "Staging", "bootstraps": [ - "https://46.101.233.127:5278/#41d7357b322ca75d1187b3163b510ff704e9a040", - "https://82.196.6.215:5278/#9e7f1ec47d0da65b9f2e004510ae366519290dff" + "https://104.248.251.93:5278/#7b25c061e394888f7a7fe5d733954d2958dfe510" ], "remoteWhitelist": ["127.0.0.1", "localhost"], "solutionDifficulty": 14, "identityDifficulty": 12 }, "bugSnag": { - "releaseStage": "testnet" + "releaseStage": "staging" }, "autoUpdater": { "repo": "OriginTrail/ot-node", - "branch": "master" + "branch": "feature/staging-v2" }, "dataSetStorage": "data_set_storage", "dc_holding_time_in_minutes": 60, From 45adeda491bd9a6758983a7eadce8a2f364a4a2e Mon Sep 17 00:00:00 2001 From: Janko Simonovic Date: Thu, 14 Mar 2019 11:12:53 +0100 Subject: [PATCH 2/2] Revert "update config" This reverts commit 2dfbc5b3d15a285cc1b7e9de2163e4a44745a59a. --- config/config.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config/config.json b/config/config.json index 668857cbf..6f7277585 100644 --- a/config/config.json +++ b/config/config.json @@ -355,7 +355,7 @@ "network_id": "rinkeby", "gas_limit": "2000000", "gas_price": "20000000000", - "hub_contract_address": "0x77659a327FEC19751a241143a67118Ab54F6F57B", + "hub_contract_address": "0xE2726Bc7c82d45601eF68DB9EED92af18D0C4E0f", "rpc_node_host": "https://rinkeby.infura.io/1WRiEqAQ9l4SW6fGdiDt", "rpc_node_port": "", "plugins": [ @@ -375,20 +375,21 @@ }, "network": { "hostname": "127.0.0.1", - "id": "Staging", + "id": "TestnetV2.0.1b", "bootstraps": [ - "https://104.248.251.93:5278/#7b25c061e394888f7a7fe5d733954d2958dfe510" + "https://46.101.233.127:5278/#41d7357b322ca75d1187b3163b510ff704e9a040", + "https://82.196.6.215:5278/#9e7f1ec47d0da65b9f2e004510ae366519290dff" ], "remoteWhitelist": ["127.0.0.1", "localhost"], "solutionDifficulty": 14, "identityDifficulty": 12 }, "bugSnag": { - "releaseStage": "staging" + "releaseStage": "testnet" }, "autoUpdater": { "repo": "OriginTrail/ot-node", - "branch": "feature/staging-v2" + "branch": "master" }, "dataSetStorage": "data_set_storage", "dc_holding_time_in_minutes": 60,