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

Commit

Permalink
feat(pods): updated pods-yield new strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Robsonsjre committed Dec 26, 2022
1 parent 001827c commit 08e3051
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 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: {
Expand Down

0 comments on commit 08e3051

Please sign in to comment.