Skip to content

Commit

Permalink
Sommelier: Add ETH Trend Growth vault (#1003)
Browse files Browse the repository at this point in the history
* Sommelier: Add Turbo GHO

* Edge case for apys

* Sommelier: Add ETH Trend Growth vault
  • Loading branch information
philipjames44 authored Sep 19, 2023
1 parent 87793b9 commit 1307569
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/adaptors/sommelier/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const fraximal = '0xdbe19d1c3f21b1bb250ca7bdae0687a97b5f77e6';
const realYieldBtc = '0x0274a704a6d9129f90a62ddc6f6024b33ecdad36';
const turbosweth = '0xd33dad974b938744dac81fe00ac67cb5aa13958e';
const turbogho = '0x0c190ded9be5f512bd72827bdad4003e9cc7975c';
const ethgrowth = '0x6c51041a91c91c86f3f08a72cb4d3f67f1208897';

// Rewards are paid out in EVM SOMM
const rewardTokens = ['0xa670d7237398238de01267472c6f13e5b8010fd1'];
Expand Down Expand Up @@ -41,6 +42,7 @@ const stakingPools = {
[fraximal]: '0x290a42e913083edf5aefb241f8a12b306c19f8f9',
[turbosweth]: '0x69374d81fdc42add0fe1dc655705e40b51b6681b',
[turbogho]: '0x6e5bb558d6c33ca45dc9efe0746a3c80bc3e70e1',
[ethgrowth]: '0xb1D3948F4DCd7Aa5e89449080F3D88870aD0137A',
};

// List of v0815 Cellars
Expand Down Expand Up @@ -292,6 +294,19 @@ const v2p5Pools = [
underlyingTokens: [],
url: 'https://app.sommelier.finance/strategies/Turbo-GHO',
},
{
pool: `${ethgrowth}-ethereum`,
chain,
project,
symbol: 'USDC-YieldUSD-YieldETH',
poolMeta: 'ETH Trend Growth',
tvlUsd: 0,
apyBase: 0,
apyReward: 0,
rewardTokens,
underlyingTokens: [],
url: 'https://app.sommelier.finance/strategies/ETH-Trend-Growth',
},
];

module.exports = {
Expand Down

0 comments on commit 1307569

Please sign in to comment.