From 50faeab775405798cea546f310fbe4f521015682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Guimar=C3=A3es?= Date: Tue, 2 May 2023 23:39:31 -0300 Subject: [PATCH] feat(pods): Added new Pods Yield Vault --- src/apps/pods-yield/ethereum/config.ts | 4 ++++ 1 file changed, 4 insertions(+) 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', },