Skip to content

Commit

Permalink
chore: force exact projectId
Browse files Browse the repository at this point in the history
  • Loading branch information
ganchoradkov committed Aug 1, 2024
1 parent 36a38b2 commit 143e791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced/dapps/react-dapp-v2/src/constants/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const DEFAULT_TEST_CHAINS = [

export const DEFAULT_CHAINS = [...DEFAULT_MAIN_CHAINS, ...DEFAULT_TEST_CHAINS];

export const DEFAULT_PROJECT_ID = process.env.NEXT_PUBLIC_PROJECT_ID;
export const DEFAULT_PROJECT_ID = "e899c82be21d4acca2c8aec45e893598";
export const DEFAULT_RELAY_URL = process.env.NEXT_PUBLIC_RELAY_URL;

export const DEFAULT_LOGGER = "debug";
Expand Down

0 comments on commit 143e791

Please sign in to comment.