From 08e3051df6e88525c9fec50611edad7d6068b65e Mon Sep 17 00:00:00 2001 From: Robsonsjre Date: Sat, 24 Dec 2022 12:13:23 -0300 Subject: [PATCH] feat(pods): updated pods-yield new strategy --- src/apps/pods-yield/ethereum/config.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/apps/pods-yield/ethereum/config.ts b/src/apps/pods-yield/ethereum/config.ts index cc6a73007..dc5c89f3f 100644 --- a/src/apps/pods-yield/ethereum/config.ts +++ b/src/apps/pods-yield/ethereum/config.ts @@ -1,6 +1,12 @@ -export const strategyAddresses = [`0xbab1e772d70300422312dff12daddcb60864bd41`]; +export const strategyAddresses = [ + `0xbab1e772d70300422312dff12daddcb60864bd41`, + `0x463f9ed5e11764eb9029762011a03643603ad879`, +]; export const strategyDetails = { [strategyAddresses[0]]: { + title: 'stETHvv v1 (Migration required)', + }, + [strategyAddresses[1]]: { title: 'stETH Volatility Vault', }, standard: {