-
Notifications
You must be signed in to change notification settings - Fork 156
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
tche
authored and
tche
committed
Dec 31, 2024
1 parent
5154a81
commit f14c467
Showing
4 changed files
with
38 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
//Title | ||
export const TVL_TITLE = 'TVL'; | ||
export const AVAILABLE_TITLE = 'TVL'; | ||
export const APY_TITLE = 'APY'; | ||
|
||
//Tooltip | ||
export const TVL_TOOLTIP = | ||
'Total value of crypto assets deposited in this market.'; | ||
export const APY_TOOLTIP = 'Expected yearly return rate of the tokens invested'; | ||
export const AVAILABLE_TOOLTIP = 'Available'; | ||
export const DEPOSIT_TOOLTIP = 'Deposit'; | ||
export const INCENTIVES_TOOLTIP = 'incentives'; | ||
export const LOCKUP_TOOLTIP = 'lockup'; |