Skip to content

Commit ee51b90

Browse files
committed
Change github branch for porter uris from development to main
1 parent 565eed4 commit ee51b90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shared/src/porter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const defaultPorterUri: Record<string, string> = {
2323
};
2424

2525
const porterUriSource: string =
26-
'https://raw.githubusercontent.com/nucypher/nucypher-porter/development/porter_instances.json';
26+
'https://raw.githubusercontent.com/nucypher/nucypher-porter/main/porter_instances.json';
2727

2828
export type Domain = keyof typeof defaultPorterUri;
2929
export type PorterURISourceResponse = Record<string, string[]>;

0 commit comments

Comments
 (0)