Skip to content

Commit

Permalink
Change github branch for porter uris from development to main
Browse files Browse the repository at this point in the history
  • Loading branch information
vzotova committed Aug 14, 2024
1 parent 565eed4 commit ee51b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/porter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const defaultPorterUri: Record<string, string> = {
};

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<string, string[]>;
Expand Down

0 comments on commit ee51b90

Please sign in to comment.