Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Jan 22, 2024
1 parent a917b9d commit c746324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/env/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const CALLBACK_SERVER_URL = import.meta.env.VITE_APP_CALLBACK_SERVER_URL ?? "https://lucky-pocket-api.joyid.dev/api/v1";
export const JOYID_APP_URL = import.meta.env.VITE_APP_JOYID_APP_URL ?? "https://joyid-app-git-mini-app-sign-tx-nervina.vercel.app/";
export const CALLBACK_SERVER_URL = import.meta.env.VITE_APP_CALLBACK_SERVER_URL ?? "";
export const JOYID_APP_URL = import.meta.env.VITE_APP_JOYID_APP_URL ?? "https://testnet.joyid.dev/";

0 comments on commit c746324

Please sign in to comment.