Skip to content

Commit

Permalink
chore: add re7LRT and re7rwBTC to rumpel project
Browse files Browse the repository at this point in the history
  • Loading branch information
jparklev committed Sep 30, 2024
1 parent ca344bb commit 12704ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/rumpel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ const TOKENS = {
STETH: ADDRESSES.ethereum.STETH,
RSUSDE: "0x82f5104b23FF2FA54C2345F821dAc9369e9E0B26",
RSTETH: "0x7a4effd87c2f3c55ca251080b1343b605f327e3a",
RE7LRT: "0x84631c0d0081FDe56DeB72F6DE77abBbF6A9f93a",
RE7RWBTC: "0x7F43fDe12A40dE708d908Fb3b9BFB8540d9Ce444",
KUSDE: "0xBE3cA34D0E877A1Fc889BD5231D65477779AFf4e",
KWEETH: "0x2DABcea55a12d73191AeCe59F508b191Fb68AdaC",
DC_WSTETH_COLLATERAL: "0xC329400492c6ff2438472D4651Ad17389fCb843a",
Expand Down Expand Up @@ -86,6 +88,8 @@ async function tvl(api) {
TOKENS.MSTETH,
TOKENS.RSUSDE,
TOKENS.RSTETH,
TOKENS.RE7LRT,
TOKENS.RE7RWBTC,
]
return api.sumTokens({ owners, tokens })
}
Expand Down

0 comments on commit 12704ac

Please sign in to comment.