-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #302 from mstable/refactor/update-dhedge-and-velod…
…rome-links refactor: rename and update dHEDGE/Velodrome link constants
- Loading branch information
Showing
10 changed files
with
25 additions
and
23 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
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
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,4 +1,5 @@ | ||
export const dHedgeApiEndpoint = 'https://api-v2.dhedge.org/graphql'; | ||
export const DHEDGE_API_ENDPOINT = 'https://api-v2.dhedge.org/graphql'; | ||
|
||
export const torosDappLink = 'https://toros.finance'; | ||
export const dHEDGEDappLink = 'https://app.dhedge.org'; | ||
export const TOROS_DAPP_LINK = 'https://toros.finance'; | ||
export const DHEDGE_DAPP_LINK = 'https://dhedge.org'; | ||
export const TREASURY_YIELD_VAULT_LINK = `${DHEDGE_DAPP_LINK}/vault/0x0f6eae52ae1f94bc759ed72b201a2fdb14891485`; |
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 @@ | ||
export const VELODROME_PAIRS_API_ENDPOINT = | ||
'https://api.velodrome.finance/api/v1/pairs'; | ||
|
||
export const VELODROME_ASSETS_API_ENDPOINT = | ||
'https://api.velodrome.finance/api/v1/assets'; | ||
export const VELODROME_DAPP_LINK = 'https://velodrome.finance/'; |
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
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