Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
feat(pods): Added new Pods Yield Vault (#2636)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggviana authored May 7, 2023
1 parent 294e8cc commit f46bc53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/apps/pods-yield/ethereum/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export const strategyAddresses = [
`0xbab1e772d70300422312dff12daddcb60864bd41`,
`0x463f9ed5e11764eb9029762011a03643603ad879`,
`0x5fe4b38520e856921978715c8579d2d7a4d2274f`,
];
export const strategyDetails = {
[strategyAddresses[0]]: {
Expand All @@ -9,6 +10,9 @@ export const strategyDetails = {
[strategyAddresses[1]]: {
title: 'stETH Volatility Vault',
},
[strategyAddresses[2]]: {
title: 'ETHphoria Vault',
},
standard: {
title: 'Pods Yield Vault',
},
Expand Down

0 comments on commit f46bc53

Please sign in to comment.