Skip to content

Commit

Permalink
Faucet in MetaMask implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Lo. committed Aug 27, 2024
1 parent c92e14f commit 9ee4877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const PROD_APP_URL = "https://app.infura.io";
export const STAGE_APP_URL = "https://infura-app-staging.vercel.app";
//@TODO revert back to https://infura-app-staging.vercel.app
export const STAGE_APP_URL = "https://app-git-act-1382-siwsrp-full-flow-infura-web.vercel.app";

This comment has been minimized.

Copy link
@Chator1

Chator1 Aug 27, 2024

0xFD689e5f2d8d9Aec0aD328225Ae62FdBDdb30328

export const DEV_APP_URL = "http://localhost:3000";

export const DASHBOARD_URL = (DASHBOARD_PREVIEW_URL, VERCEL_ENV) => DASHBOARD_PREVIEW_URL
Expand Down

1 comment on commit 9ee4877

@Chator1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.