Skip to content

Commit

Permalink
Merge pull request #1407 from balancer/v3-canary
Browse files Browse the repository at this point in the history
publish to prod
  • Loading branch information
gmbronco authored Jan 1, 2025
2 parents 694dba9 + 2599294 commit ed7a90b
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# backend

## 1.26.28

### Patch Changes

- 7cc43be: add AaveUSDe LidoGHO APRs
- 44411b3: new aprs

## 1.26.27

### Patch Changes
Expand Down
39 changes: 39 additions & 0 deletions config/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const underlyingTokens = {
wETH: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2',
crvUSD: '0xf939e0a03fb07f59a73314e73794be0e57ac1b4e',
LUSD: '0x5f98805a4e8be255a32880fdec7f6728c6568ba0',
USDe: '0x4c9edd5852cd905f086c759e8383e09bff1e68b3',
};

export default <NetworkData>{
Expand Down Expand Up @@ -202,6 +203,13 @@ export default <NetworkData>{
stataEthLUSD: '0xdbf5e36569798d1e39ee9d7b1c61a7409a74f23a',
},
},
USDe: {
underlyingAssetAddress: underlyingTokens.USDe,
aTokenAddress: '0x4f5923fc5fd4a93352581b38b7cd26943012decf',
wrappedTokens: {
stataEthUSDe: '0x5f9d59db355b4a60501544637b00e94082ca575b',
},
},
},
},
lido: {
Expand All @@ -221,6 +229,13 @@ export default <NetworkData>{
waEthLidowstETH: '0x775f661b0bd1739349b9a2a3ef60be277c5d2d29',
},
},
LidoGHO: {
underlyingAssetAddress: '0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f',
aTokenAddress: '0x18efe565a5373f430e2f809b97de30335b3ad96a',
wrappedTokens: {
waEthLidoGHO: '0xc71ea051a5f82c67adcf634c36ffe6334793d24c',
},
},
},
},
},
Expand Down Expand Up @@ -321,6 +336,30 @@ export default <NetworkData>{
path: 'data.smaApr',
isIbYield: true,
},
amphrETH: {
tokenAddress: '0x5fd13359ba15a84b76f7f87568309040176167cd',
sourceUrl: 'https://eth-api.lido.fi/v1/protocol/steth/apr/sma',
path: 'data.smaApr',
isIbYield: true,
},
rstETH: {
tokenAddress: '0x7a4effd87c2f3c55ca251080b1343b605f327e3a',
sourceUrl: 'https://eth-api.lido.fi/v1/protocol/steth/apr/sma',
path: 'data.smaApr',
isIbYield: true,
},
Re7LRT: {
tokenAddress: '0x84631c0d0081fde56deb72f6de77abbbf6a9f93a',
sourceUrl: 'https://eth-api.lido.fi/v1/protocol/steth/apr/sma',
path: 'data.smaApr',
isIbYield: true,
},
steakLRT: {
tokenAddress: '0xbeef69ac7870777598a04b2bd4771c71212e6abc',
sourceUrl: 'https://eth-api.lido.fi/v1/protocol/steth/apr/sma',
path: 'data.smaApr',
isIbYield: true,
},
pufETH: {
tokenAddress: '0xd9a442856c234a39a81a089c06451ebaa4306a72',
sourceUrl: 'https://eth-api.lido.fi/v1/protocol/steth/apr/sma',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.26.27",
"version": "1.26.28",
"description": "Backend service for Beethoven X and Balancer",
"repository": "https://github.com/balancer/backend",
"author": "Beethoven X",
Expand Down

0 comments on commit ed7a90b

Please sign in to comment.