From ee51b90569bbc24773db76fc3bf719d6dee4e1a6 Mon Sep 17 00:00:00 2001 From: Victoria Zotova Date: Wed, 14 Aug 2024 15:33:56 -0400 Subject: [PATCH] Change github branch for porter uris from development to main --- packages/shared/src/porter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared/src/porter.ts b/packages/shared/src/porter.ts index f00c4da3..40617ff1 100644 --- a/packages/shared/src/porter.ts +++ b/packages/shared/src/porter.ts @@ -23,7 +23,7 @@ const defaultPorterUri: Record = { }; const porterUriSource: string = - 'https://raw.githubusercontent.com/nucypher/nucypher-porter/development/porter_instances.json'; + 'https://raw.githubusercontent.com/nucypher/nucypher-porter/main/porter_instances.json'; export type Domain = keyof typeof defaultPorterUri; export type PorterURISourceResponse = Record;