We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565eed4 commit ee51b90Copy full SHA for ee51b90
1 file changed
packages/shared/src/porter.ts
@@ -23,7 +23,7 @@ const defaultPorterUri: Record<string, string> = {
23
};
24
25
const porterUriSource: string =
26
- 'https://raw.githubusercontent.com/nucypher/nucypher-porter/development/porter_instances.json';
+ 'https://raw.githubusercontent.com/nucypher/nucypher-porter/main/porter_instances.json';
27
28
export type Domain = keyof typeof defaultPorterUri;
29
export type PorterURISourceResponse = Record<string, string[]>;
0 commit comments