From 2f11d6071b59526270e40e3fb8507a0e5092e2ad Mon Sep 17 00:00:00 2001 From: Anthony Williams Date: Fri, 18 Oct 2024 09:22:13 -0700 Subject: [PATCH 1/2] Update tenants.json Add HTAN2 to the tenants.json file so it appears in DCA --- tenants.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tenants.json b/tenants.json index 6d22b4b..96e88fb 100644 --- a/tenants.json +++ b/tenants.json @@ -49,6 +49,11 @@ "name":"DCA Demo Upsert", "synapse_asset_view":"syn51489635", "config_location":"demo_upsert/dca_config.json" + }, + { + "name":"HTAN 2", + "synapse_asset_view":"syn20446927", + "config_location":"HTAN2/dca_config.json" } ] } From e0f5f138f648b6ebf76a9ed7e84bcc86052a4acb Mon Sep 17 00:00:00 2001 From: Adam Taylor Date: Sun, 20 Oct 2024 12:47:48 +0100 Subject: [PATCH 2/2] Update tenants.json --- tenants.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tenants.json b/tenants.json index 96e88fb..4e17553 100644 --- a/tenants.json +++ b/tenants.json @@ -26,7 +26,7 @@ "config_location":"BTC/dca_config.json" }, { - "name":"HTAN All Projects", + "name":"HTAN Phase 1 All Projects", "synapse_asset_view":"syn20446927", "config_location":"HTAN/dca_config.json" }, @@ -51,7 +51,7 @@ "config_location":"demo_upsert/dca_config.json" }, { - "name":"HTAN 2", + "name":"HTAN Phase 2 All Projects", "synapse_asset_view":"syn20446927", "config_location":"HTAN2/dca_config.json" }