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;