Skip to content

Commit b45c413

Browse files
add new backend url
1 parent 38c755d commit b45c413

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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)