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 b42159a commit 8961a5a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/shared/src/porter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ const defaultPorterUri: Record<string, string> = {
lynx: 'https://porter-lynx.nucypher.community',
};

const porterUriSource: Record<string, string> = {
mainnet: 'https://raw.githubusercontent.com/nucypher/nucypher-porter/main/pytest.ini',
tapir: 'https://raw.githubusercontent.com/nucypher/nucypher-porter/main/pytest.ini',
lynx: 'https://raw.githubusercontent.com/nucypher/nucypher-porter/main/pytest.ini',
};
const porterUriSource: string =
'https://raw.githubusercontent.com/nucypher/nucypher-porter/main/porter_instances.json';

export type Domain = keyof typeof defaultPorterUri;

Expand Down

0 comments on commit 8961a5a

Please sign in to comment.