Skip to content

Commit ffc69cd

Browse files
release (#106)
2 parents 44242ba + c0a9a94 commit ffc69cd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.changeset/cyan-points-kick.md

+5
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

+1-4
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)