Skip to content

Commit

Permalink
yUSD APR (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco authored Feb 4, 2025
1 parent 1adfe6a commit 4acac18
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-eggs-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'backend': patch
---

yUSD APR
6 changes: 6 additions & 0 deletions config/arbitrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@ export default <NetworkData>{
token: '0xbc404429558292ee2d769e57d57d6e74bbd2792d',
},
defaultHandlers: {
yUSD: {
tokenAddress: '0x895e15020c3f52ddd4d8e9514eb83c39f53b1579',
sourceUrl: 'https://ctrl.yield.fi/t/apy',
path: 'apy',
isIbYield: true,
},
usdm: {
tokenAddress: '0x57f5e098cad7a3d1eed53991d4d66c45c9af7812',
sourceUrl: 'https://apy.prod.mountainprotocol.com',
Expand Down
6 changes: 6 additions & 0 deletions config/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ export default <NetworkData>{
tokens: {},
},
defaultHandlers: {
yUSD: {
tokenAddress: '0x895e15020c3f52ddd4d8e9514eb83c39f53b1579',
sourceUrl: 'https://ctrl.yield.fi/t/apy',
path: 'apy',
isIbYield: true,
},
cbETH: {
tokenAddress: '0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22',
sourceUrl: 'https://api.exchange.coinbase.com/wrapped-assets/CBETH/',
Expand Down
6 changes: 6 additions & 0 deletions config/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,12 @@ export default <NetworkData>{
address: '0xd11c452fc99cf405034ee446803b6f6c1f6d5ed8',
},
defaultHandlers: {
yUSD: {
tokenAddress: '0x1ce7d9942ff78c328a4181b9f3826fee6d845a97',
sourceUrl: 'https://ctrl.yield.fi/t/apy',
path: 'apy',
isIbYield: true,
},
uniETH: {
tokenAddress: '0xf1376bcef0f78459c0ed0ba5ddce976f1ddf51f4',
sourceUrl: 'https://app.bedrock.technology/unieth/api/v1/e2ls/apy',
Expand Down
6 changes: 6 additions & 0 deletions config/optimism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@ export default <NetworkData>{
},
etherfi: '0x5a7facb970d094b6c7ff1df0ea68d99e6e73cbff',
defaultHandlers: {
yUSD: {
tokenAddress: '0x895e15020c3f52ddd4d8e9514eb83c39f53b1579',
sourceUrl: 'https://ctrl.yield.fi/t/apy',
path: 'apy',
isIbYield: true,
},
wstEth: {
tokenAddress: '0x1f32b1c2345538c0c6f582fcb022739c4a194ebb',
sourceUrl: 'https://eth-api.lido.fi/v1/protocol/steth/apr/sma',
Expand Down

0 comments on commit 4acac18

Please sign in to comment.