From d2ca9b6c701829e04bd370aea83ca3af8cf37f0d Mon Sep 17 00:00:00 2001 From: Victoria Zotova Date: Mon, 29 Jul 2024 20:27:23 -0400 Subject: [PATCH 1/3] Adds list of available porters --- porter_instances.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 porter_instances.json diff --git a/porter_instances.json b/porter_instances.json new file mode 100644 index 0000000..768156d --- /dev/null +++ b/porter_instances.json @@ -0,0 +1,5 @@ +{ + "mainnet": ["https://porter.nucypher.community"], + "tapir": ["https://porter-tapir.nucypher.community"], + "lynx": ["https://porter-lynx.nucypher.community"] +} \ No newline at end of file From 4e5edca5df3e542792947396ff3b2724d279d978 Mon Sep 17 00:00:00 2001 From: KPrasch Date: Tue, 30 Jul 2024 13:16:28 +0700 Subject: [PATCH 2/3] Update porter_instances.json --- porter_instances.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/porter_instances.json b/porter_instances.json index 768156d..29f1b36 100644 --- a/porter_instances.json +++ b/porter_instances.json @@ -2,4 +2,4 @@ "mainnet": ["https://porter.nucypher.community"], "tapir": ["https://porter-tapir.nucypher.community"], "lynx": ["https://porter-lynx.nucypher.community"] -} \ No newline at end of file +} From 1c8bd345577838feb19297af7ab3bdfd0e1c0498 Mon Sep 17 00:00:00 2001 From: KPrasch Date: Tue, 30 Jul 2024 13:19:16 +0700 Subject: [PATCH 3/3] use the .io domain instead of .community domain for porter URIs --- porter_instances.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/porter_instances.json b/porter_instances.json index 29f1b36..00f2cb7 100644 --- a/porter_instances.json +++ b/porter_instances.json @@ -1,5 +1,5 @@ { - "mainnet": ["https://porter.nucypher.community"], - "tapir": ["https://porter-tapir.nucypher.community"], - "lynx": ["https://porter-lynx.nucypher.community"] + "mainnet": ["https://porter.nucypher.io"], + "tapir": ["https://porter-tapir.nucypher.io"], + "lynx": ["https://porter-lynx.nucypher.io"] }