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..99abcac 100644 --- a/production.json +++ b/production.json @@ -52,5 +52,30 @@ }, "rollout_upgrade": { "test_farms": [1, 3997] - } + }, + "relays_urls": [ + "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/", + "wss://03.tfchain.grid.tf/", + "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.threefold.me:9900", + "bin_repo": "tf-zos-v3-bins", + "kyc_url": "https://kyc.threefold.me", + "registrar_url": "https://registrar.prod4.threefold.me" } 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" }