Skip to content

Commit

Permalink
Update auto compounding copy to 7 days from 14
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraonstarknet authored Oct 4, 2024
1 parent f28ee9a commit b2ecc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/strategies.atoms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function getStrategies() {
const autoStrkStrategy = new AutoTokenStrategy(
'STRK',
'Auto Compounding STRK',
"Stake your STRK or zkLend's zSTRK token to receive DeFi Spring $STRK rewards every 14 days. The strategy auto-collects your rewards and re-invests them in the zkLend STRK pool, giving you higher return through compounding. You receive frmzSTRK LP token as representation for your stake on STRKFarm. You can withdraw anytime by redeeming your frmzSTRK for zSTRK and see your STRK in zkLend.",
"Stake your STRK or zkLend's zSTRK token to receive DeFi Spring $STRK rewards every 7 days. The strategy auto-collects your rewards and re-invests them in the zkLend STRK pool, giving you higher return through compounding. You receive frmzSTRK LP token as representation for your stake on STRKFarm. You can withdraw anytime by redeeming your frmzSTRK for zSTRK and see your STRK in zkLend.",
'zSTRK',
CONSTANTS.CONTRACTS.AutoStrkFarm,
{
Expand All @@ -30,7 +30,7 @@ export function getStrategies() {
const autoUSDCStrategy = new AutoTokenStrategy(
'USDC',
'Auto Compounding USDC',
"Stake your USDC or zkLend's zUSDC token to receive DeFi Spring $STRK rewards every 14 days. The strategy auto-collects your $STRK rewards, swaps them to USDC and re-invests them in the zkLend USDC pool, giving you higher return through compounding. You receive frmzUSDC LP token as representation for your stake on STRKFarm. You can withdraw anytime by redeeming your frmzUSDC for zUSDC and see your STRK in zkLend.",
"Stake your USDC or zkLend's zUSDC token to receive DeFi Spring $STRK rewards every 7 days. The strategy auto-collects your $STRK rewards, swaps them to USDC and re-invests them in the zkLend USDC pool, giving you higher return through compounding. You receive frmzUSDC LP token as representation for your stake on STRKFarm. You can withdraw anytime by redeeming your frmzUSDC for zUSDC and see your STRK in zkLend.",
'zUSDC',
CONSTANTS.CONTRACTS.AutoUsdcFarm,
{
Expand Down

0 comments on commit b2ecc23

Please sign in to comment.