Skip to content

Commit

Permalink
feat: add new managers (#10152)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoomp3 authored May 9, 2024
1 parent fd6e80d commit a7588d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/helper/coreAssets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,8 @@
"fwWETH": "0x66714db8f3397c767d0a602458b5b4e3c0fe7dd1",
"fwUSDB": "0x866f2c06b83df2ed7ca9c2d044940e7cd55a06d6",
"WETH": "0x4300000000000000000000000000000000000004",
"ezETH": "0x2416092f143378750bb29b79eD961ab195CcEea5"
"ezETH": "0x2416092f143378750bb29b79eD961ab195CcEea5",
"weETH": "0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A"
},
"chz": {
"WCHZ": "0x721ef6871f1c4efe730dce047d40d1743b886946"
Expand Down
6 changes: 6 additions & 0 deletions projects/juice-finance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ const WETH_COLLATERAL_MANAGER = "0x23eBa06981B5c2a6f1a985BdCE41BD64D18e6dFA";
const EZETH_COLLATERAL_MANAGER = "0xc81A630806d1aF3fd7509187E1AfC501Fd46e818";
const MUNCHABLE_WETH_COLLATERAL_MANAGER =
"0x32b6C6322939263029A5CF37F14A59ab0A9E277c";
const WEETH_COLLATERAL_MANAGER =
"0x7E4aFeBe294345d72dE6bB8405C871D7BB6c53d1";
const USDB_COLLATERAL_MANAGER =
"0xC877B52c628Dba77fC55F1DDb140747155C9b39D";

const wethCollateralManagers = [
COLLATERAL_MANAGER,
Expand Down Expand Up @@ -49,6 +53,8 @@ async function tvl(api) {
resolveLP: true,
tokensAndOwners: [
[EZETH, EZETH_COLLATERAL_MANAGER],
[ADDRESSES.blast.weETH, WEETH_COLLATERAL_MANAGER],
[ADDRESSES.blast.USDB, USDB_COLLATERAL_MANAGER],
...wethCollateralManagers,
],
});
Expand Down

0 comments on commit a7588d3

Please sign in to comment.