-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andre Meyer
committed
Jul 25, 2023
1 parent
cffea66
commit 12c8d1d
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export const USE_POSITIONS_DATA_SOURCE = 'https://enso-scrape.s3.us-east-2.amazonaws.com/output/backend/positions.json'; | ||
|
||
export const ENSO_API = process.env.ENSO_API ?? 'http://api.enso.finance'; | ||
export const ENSO_API = process.env.ENSO_API ? process.env.ENSO_API : 'http://api.enso.finance'; | ||
|
||
export const NATIVE_TOKEN_ALIAS = '0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE'; |