diff --git a/src/apps/pods-yield/ethereum/config.ts b/src/apps/pods-yield/ethereum/config.ts index dc5c89f3f..375499254 100644 --- a/src/apps/pods-yield/ethereum/config.ts +++ b/src/apps/pods-yield/ethereum/config.ts @@ -1,6 +1,7 @@ export const strategyAddresses = [ `0xbab1e772d70300422312dff12daddcb60864bd41`, `0x463f9ed5e11764eb9029762011a03643603ad879`, + `0x5fe4b38520e856921978715c8579d2d7a4d2274f`, ]; export const strategyDetails = { [strategyAddresses[0]]: { @@ -9,6 +10,9 @@ export const strategyDetails = { [strategyAddresses[1]]: { title: 'stETH Volatility Vault', }, + [strategyAddresses[2]]: { + title: 'ETHphoria Vault', + }, standard: { title: 'Pods Yield Vault', },