Skip to content

Commit

Permalink
Updates porter source
Browse files Browse the repository at this point in the history
  • Loading branch information
vzotova committed Jul 30, 2024
1 parent 742757c commit d6707db
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 @@ -24,7 +24,7 @@ const defaultPorterUri: Record<string, string> = {
};

const porterUriSource: string =
'https://raw.githubusercontent.com/nucypher/taco-web/main/.changeset/config.json';
'https://raw.githubusercontent.com/nucypher/nucypher-porter/main/porter_instances.json';

export type Domain = keyof typeof defaultPorterUri;

Expand Down

0 comments on commit d6707db

Please sign in to comment.