Skip to content

Commit

Permalink
feat: changed default renown env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
acaldas committed Apr 10, 2024
1 parent 2917809 commit c87ee69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/renown/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const RENOWN_URL =
(import.meta.env.VITE_RENOWN_URL as string) || 'http://localhost:3001';
(import.meta.env.VITE_RENOWN_URL as string) || 'https://renown.vercel.app/';
export const RENOWN_NETWORK_ID =
(import.meta.env.VITE_RENOWN_NETWORK_ID as string) || '11155111';
(import.meta.env.VITE_RENOWN_NETWORK_ID as string) || '1';

export const DOMAIN_TYPE = [
{ name: 'name', type: 'string' },
Expand Down

0 comments on commit c87ee69

Please sign in to comment.