Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Amateur dev patch 1 #8

Merged
merged 5 commits into from
Jul 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update constants.js
  • Loading branch information
chandn0 committed Jul 10, 2023
commit 030b30270f82a40627938613a5e90d08140f16dc
2 changes: 1 addition & 1 deletion packages/react-app/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const BLOCKNATIVE_DAPPID = process.env.REACT_APP_BLOCKNATIVE_DAPP_ID ?? "
export const HARDHAT_HOST = process.env.REACT_APP_HARDHAT_HOST ?? "http://localhost";

// Buildbear Base URL
export const BASE_URL = "dev.buildbear.io";
export const BASE_URL = "buildbear.io";

// Buildbear Backend URL
export const BB_BACKEND_URL = `https://backend.${BASE_URL}`;
Expand Down