UNPKG

eth-tech-tree

Version:

Test your skills and find some new ones by completing medium to hard Solidity challenges.

4 lines (3 loc) 123 B
import dotenv from 'dotenv'; dotenv.config(); export const API_URL = process.env.API_URL || "https://api.ethtechtree.com";