From ff4dd3e5459ca9e582eb0dd34d9dae306a550cf4 Mon Sep 17 00:00:00 2001 From: Victoria Zotova Date: Thu, 15 Aug 2024 10:44:18 -0400 Subject: [PATCH] Remove default instances from json --- porter_instances.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/porter_instances.json b/porter_instances.json index 00f2cb7..d15de83 100644 --- a/porter_instances.json +++ b/porter_instances.json @@ -1,5 +1,5 @@ { - "mainnet": ["https://porter.nucypher.io"], - "tapir": ["https://porter-tapir.nucypher.io"], - "lynx": ["https://porter-lynx.nucypher.io"] + "mainnet": [], + "tapir": [], + "lynx": [] }