Skip to content

Commit

Permalink
Sommelier- RYE Optimism Vault (DefiLlama#1263)
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

* Add Turbo Steth

* Add Turbo SOMM

* Sommelier: Add Turbo EETH Vault

* Sommelier: Add turbo steth 2 vault

* Sommelier: Morpho Maxmimizer

* Modify next minor version of vaults to handle new holding position logic

* Add Turbo divETH & ETHx vaults

* Sommelier Add Turbo eETH V2

* Stash changes for partial chain abstraction

* Fix chain config issues

* Holding postion chain abstraction

* Finish abstracting away chains

* Add real yield eth on arbitrum

* RYUSD-ARB

* Turbo-rsETH;Turbo-ezETH

* RYE-opt

---------

Co-authored-by: Phil <pbal@fordham.edu>
Co-authored-by: Phil <30321052+philipjames44@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 9, 2024
1 parent 2f04c24 commit 5a3f2c7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/adaptors/sommelier/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,20 @@ const turboezeth = '0x27500de405a3212d57177a789e30bb88b0adbec5';
const realYieldEth_arbitrum = '0xC47bB288178Ea40bF520a91826a3DEE9e0DbFA4C';
const realYieldUsd_arbitrum = '0x392B1E6905bb8449d26af701Cdea6Ff47bF6e5A8';

// Optimism addresses
const realYieldEth_optimism = "0xC47bB288178Ea40bF520a91826a3DEE9e0DbFA4C"

// Rewards on ethereum are paid out in EVM SOMM
const ethRewardTokens = ['0xa670d7237398238de01267472c6f13e5b8010fd1'];


// Rewards on arbitrum are paid out in axlSOMM
const arbitrumRewardTokens = ['0x4e914bbDCDE0f455A8aC9d59d3bF739c46287Ed2'];


// Rewards on optimism are paid out in axlSOMM
const optimismRewardTokens = ['0x4e914bbDCDE0f455A8aC9d59d3bF739c46287Ed2'];

// Map of Cellars -> Staking Pool
const stakingPools = {
ethereum: {
Expand Down Expand Up @@ -80,6 +87,9 @@ const stakingPools = {



},
optimism: {
[realYieldEth_optimism]: '0xd700D39be88fB6b54311f95cCA949C3f6835e236',
},
};

Expand Down Expand Up @@ -517,6 +527,19 @@ const v2p6Pools = [
underlyingTokens: [],
url: 'https://app.sommelier.finance/strategies/Turbo-ezETH/manage',
},
{
pool: `${realYieldEth_optimism}-optimism`,
chain: 'optimism',
project,
symbol: 'WETH-wstETH-cbETH-rETH',
poolMeta: 'RealYieldETH',
tvlUsd: 0,
apyBase: 0,
apyReward: 0,
rewardTokens: optimismRewardTokens,
underlyingTokens: [],
url: 'https://app.sommelier.finance/strategies/real-yield-eth-opt/manage',
},
];

module.exports = {
Expand Down

0 comments on commit 5a3f2c7

Please sign in to comment.