Skip to content

Commit c0a9a94

Browse files
Changes the back end url to api.ethtechtree.com (#105)
2 parents 38c755d + 546d67e commit c0a9a94

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.changeset/cyan-points-kick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eth-tech-tree": patch
3+
---
4+
5+
Changing the back end API's URL

src/config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
import dotenv from 'dotenv';
22
dotenv.config();
33

4-
export const API_URL = process.env.API_URL || "https://ethdevtechtree.buidlguidl.com";
5-
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";
4+
export const API_URL = process.env.API_URL || "https://api.ethtechtree.com";

0 commit comments

Comments
 (0)