Skip to content

Commit

Permalink
chore: add wBTC to base token list
Browse files Browse the repository at this point in the history
  • Loading branch information
jparklev committed Sep 30, 2024
1 parent 12704ac commit dc3dd39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/rumpel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const TOKENS = {
SUSDE: ADDRESSES.ethereum.sUSDe,
USDE: ADDRESSES.ethereum.USDe,
WSTETH: ADDRESSES.ethereum.WSTETH,
WBTC: ADDRESSES.ethereum.WBTC,
WEETH: "0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee",
WEETHS: "0x917ceE801a67f933F2e6b33fC0cD1ED2d5909D88",
MSTETH: "0x49446A0874197839D15395B908328a74ccc96Bc0",
Expand All @@ -45,7 +46,7 @@ async function tvl(api) {

async function sumBaseTokens() {
return api.sumTokens({
owners, tokens: [TOKENS.AGETH, TOKENS.WEETH, TOKENS.USDE, TOKENS.SUSDE, TOKENS.MSTETH, TOKENS.WSTETH, TOKENS.STETH,]
owners, tokens: [TOKENS.AGETH, TOKENS.WEETH, TOKENS.USDE, TOKENS.SUSDE, TOKENS.MSTETH, TOKENS.WSTETH, TOKENS.STETH,TOKENS.WBTC,]
})
}

Expand Down

0 comments on commit dc3dd39

Please sign in to comment.