We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44242ba + c0a9a94 commit ffc69cdCopy full SHA for ffc69cd
.changeset/cyan-points-kick.md
@@ -0,0 +1,5 @@
1
+---
2
+"eth-tech-tree": patch
3
4
+
5
+Changing the back end API's URL
src/config.ts
@@ -1,7 +1,4 @@
import dotenv from 'dotenv';
dotenv.config();
-export const API_URL = process.env.API_URL || "https://ethdevtechtree.buidlguidl.com";
-export const BASE_REPO = process.env.BASE_REPO || "https://github.com/scaffold-eth/scaffold-eth-2.git";
6
-export const BASE_BRANCH = process.env.BASE_BRANCH || "foundry";
7
-export const BASE_COMMIT = process.env.BASE_COMMIT || "a6c259339b2d0930230c0d73009c15a2268f2aea";
+export const API_URL = process.env.API_URL || "https://api.ethtechtree.com";
0 commit comments