Skip to content

Commit

Permalink
add env example file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Dec 7, 2023
1 parent 820ce4e commit d9c7dd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tools/walletextension/frontend/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ interface HttpOptions {
}

const baseConfig: AxiosRequestConfig = {
// baseURL: process.env.BASE_URL,
baseURL: tenGatewayAddress,
timeout: 10000,
};
Expand Down
2 changes: 1 addition & 1 deletion tools/walletextension/frontend/src/lib/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const tenGatewayAddress = "https://uat-testnet.obscu.ro";
export const tenGatewayAddress = process.env.NEXT_PUBLIC_API_GATEWAY_URL;
export const tenscanLink = "https://testnet.tenscan.com";

export const socialLinks = {
Expand Down

0 comments on commit d9c7dd0

Please sign in to comment.