From e2937f6e3f2521c0bb50d9f3185b4e37864afdc2 Mon Sep 17 00:00:00 2001 From: Eslam-Nawara Date: Mon, 2 Jun 2025 17:20:22 +0300 Subject: [PATCH 1/2] add all configurable urls to zos config --- development.json | 18 +++++++++++++++++- production.json | 24 +++++++++++++++++++++++- qa.json | 22 +++++++++++++++++++++- testing.json | 22 +++++++++++++++++++++- 4 files changed, 82 insertions(+), 4 deletions(-) diff --git a/development.json b/development.json index a8279f8..00ff540 100644 --- a/development.json +++ b/development.json @@ -68,5 +68,21 @@ "rollout_upgrade": { "test_farms": [] }, - "relays_urls": ["wss://relay.dev.grid.tf"] + "relays_urls": ["wss://relay.dev.grid.tf"], + "substrate_urls": [ + "wss://tfchain.dev.grid.tf/", + "wss://tfchain.02.dev.grid.tf" + ], + "activation_urls": [ + "https://activation.dev.grid.tf/activation/activate", + "https://activation.02.dev.grid.tf/activation/activate" + ], + "graphql_urls": [ + "https://graphql.dev.grid.tf/graphql", + "https://graphql.02.dev.grid.tf/graphql" + ], + "flist_url": "redis://hub.grid.tf:9900", + "bin_repo": "tf-zos-v3-bins.dev", + "kyc_url": "https://kyc.dev.grid.tf", + "registrar_url": "http://registrar.dev4.grid.tf" } diff --git a/production.json b/production.json index 527d8a7..0502cc1 100644 --- a/production.json +++ b/production.json @@ -52,5 +52,27 @@ }, "rollout_upgrade": { "test_farms": [1, 3997] - } + }, + "relays_urls": [ + "wss://relay.grid.tf" + ], + "substrate_urls": [ + "wss://tfchain.grid.tf/", + "wss://tfchain.02.grid.tf", + "wss://02.tfchain.grid.tf/", + "wss://03.tfchain.grid.tf/", + "wss://04.tfchain.grid.tf/" + ], + "activation_urls": [ + "https://activation.grid.tf/activation/activate", + "https://activation.02.grid.tf/activation/activate" + ], + "graphql_urls": [ + "https://graphql.grid.tf/graphql", + "https://graphql.02.grid.tf/graphql" + ], + "flist_url": "redis://hub.grid.tf:9900", + "bin_repo": "tf-zos-v3-bins", + "kyc_url": "https://kyc.grid.tf", + "registrar_url": "https://registrar.prod4.grid.tf" } diff --git a/qa.json b/qa.json index 3b5c617..456f604 100644 --- a/qa.json +++ b/qa.json @@ -66,5 +66,25 @@ }, "rollout_upgrade": { "test_farms": [190, 1, 43] - } + }, + "relays_urls": [ + "wss://relay.qa.grid.tf", + "wss://relay.02.qa.grid.tf" + ], + "substrate_urls": [ + "wss://tfchain.qa.grid.tf/", + "wss://tfchain.02.qa.grid.tf/" + ], + "activation_urls": [ + "https://activation.qa.grid.tf/activation/activate", + "https://activation.02.qa.grid.tf/activation/activate" + ], + "graphql_urls": [ + "https://graphql.qa.grid.tf/graphql", + "https://graphql.02.qa.grid.tf/graphql" + ], + "flist_url": "redis://hub.grid.tf:9900", + "bin_repo": "tf-zos-v3-bins.qanet", + "kyc_url": "https://kyc.qa.grid.tf", + "registrar_url": "https://registrar.qa4.grid.tf" } diff --git a/testing.json b/testing.json index 758dd86..0b7ff8e 100644 --- a/testing.json +++ b/testing.json @@ -68,5 +68,25 @@ }, "rollout_upgrade": { "test_farms": [1] - } + }, + "relays_urls": [ + "wss://relay.test.grid.tf", + "wss://relay.02.test.grid.tf" + ], + "substrate_urls": [ + "wss://tfchain.test.grid.tf/", + "wss://tfchain.02.test.grid.tf" + ], + "activation_urls": [ + "https://activation.test.grid.tf/activation/activate", + "https://activation.02.test.grid.tf/activation/activate" + ], + "graphql_urls": [ + "https://graphql.test.grid.tf/graphql", + "https://graphql.02.test.grid.tf/graphql" + ], + "flist_url": "redis://hub.grid.tf:9900", + "bin_repo": "tf-zos-v3-bins.test", + "kyc_url": "https://kyc.test.grid.tf", + "registrar_url": "http://registrar.test4.grid.tf" } From 7c8f9a5aee107aae5ceb41869ee5209031a296a4 Mon Sep 17 00:00:00 2001 From: Eslam-Nawara Date: Mon, 16 Jun 2025 16:32:22 +0300 Subject: [PATCH 2/2] add new domains --- production.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/production.json b/production.json index 0502cc1..99abcac 100644 --- a/production.json +++ b/production.json @@ -54,9 +54,10 @@ "test_farms": [1, 3997] }, "relays_urls": [ - "wss://relay.grid.tf" + "wss://relay.grid.threefold.me" ], "substrate_urls": [ + "wss://tfchain.grid.threefold.me/", "wss://tfchain.grid.tf/", "wss://tfchain.02.grid.tf", "wss://02.tfchain.grid.tf/", @@ -64,15 +65,17 @@ "wss://04.tfchain.grid.tf/" ], "activation_urls": [ + "https://activation.grid.threefold.me/activation/activate", "https://activation.grid.tf/activation/activate", "https://activation.02.grid.tf/activation/activate" ], "graphql_urls": [ + "https://graphql.grid.threefold.me/graphql", "https://graphql.grid.tf/graphql", "https://graphql.02.grid.tf/graphql" ], - "flist_url": "redis://hub.grid.tf:9900", + "flist_url": "redis://hub.threefold.me:9900", "bin_repo": "tf-zos-v3-bins", - "kyc_url": "https://kyc.grid.tf", - "registrar_url": "https://registrar.prod4.grid.tf" + "kyc_url": "https://kyc.threefold.me", + "registrar_url": "https://registrar.prod4.threefold.me" }